#D0971A

Color #D0971A Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D0971A

Tints of Buttercup #D0971A

Color information

#D0971A (or 0xD0971A) is unknown color: approx Buttercup. HEX triplet: D0, 97 and 1A. RGB value is (208,151,26). Sum of RGB (Red+Green+Blue) = 208+151+26=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0971A is #2F68E5. Grayscale: #9A9A9A. Windows color (decimal): -3107046 or 1742800. OLE color: 1742800.

HSL color Cylindrical-coordinate representation of color #D0971A: hue angle of 41.21º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0971A is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20815126-
CMYK00.270.880.18
HSL41.21º77.78%45.88%-
HSV(B)41.21º87.5%81.57%-
XYZ37.2735.625.89-
YUV153.7955.88166.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 26 (10.55% from 255) = 6.75%
R=54.03%
G=39.22%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081512600.270.880.1841.2177.7845.88
HexD0971A01B5812294e2e
Octal32022732033130225111656
Binary1101000010010111110100110111011000100101010011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0971A; }

 p { color: rgb(208,151,26); }

 H1.HeaderClassName
 {
   color: #D0971A;
 }
 .AnyTagClassName
 {
   color: #D0971A;
 }
</style>
background-color css

<style>
 a { background-color: #D0971A; }

 a { background-color: rgb(208,151,26); }

 div.DivClassName
 {
   background-color: #D0971A;
 }
 .BgClassName
 {
   background-color: #D0971A;
 }
</style>
border-color css

<style>
 span { border-color: #D0971A; }

 span { border-color: rgb(208,151,26); }

 td.TdClassName
 {
   border-color: #D0971A;
 }
 .TagClassName
 {
   border-color: #D0971A;
 }
</style>