Html Css Color HEX #D08A24 Buttercup

📋 copy color: '#D08A24'

red 208 ◦ green 138 ◦ blue 36

#D08A24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #D08A24

Tints of Buttercup #D08A24

RGB

 RED value IS 208 (81.64% from 255) = 54.45%

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 54.45%
G = 36.13%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08A24 (or 0xD08A24) is known color: Buttercup. HEX triplet: D0, 8A and 24. RGB value is (208,138,36). Sum of RGB (Red+Green+Blue) = 208+138+36=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A24 is #2F75DB. Grayscale: #939393. Windows color (decimal): -3110364 or 2394832. OLE color: 2394832.

HSL color Cylindrical-coordinate representation of color #D08A24: hue angle of 35.58º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08A24 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 36 -
CMYK 0 0.34 0.83 0.18
HSL 35.58º 0.7% 0.48% -
HSV(B) 35.58º 0.83% 0.82% -
XYZ 35.42 31.71 5.92 -
YUV 147.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 208 138 36 0 0.34 0.83 0.18 35.58 0.7 0.48
Hex D0 8A 24 0 22 53 12 24 46 30
Octal 320 212 44 0 42 123 22 44 106 60
Binary 11010000 10001010 100100 0 100010 1010011 10010 100100 1000110 110000

Color Harmonies of #D08A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A24

Black with #D08A24

Text Example


Text Example

White with #D08A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A24; }

 p { color: rgb(208,138,36); }

 H1.HeaderClassName
 {
   color: #D08A24;
 }
 .AnyTagClassName
 {
   color: #D08A24;
 }
</style>

background-color css

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

 a { background-color: rgb(208,138,36); }

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

border-color css

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

 span { border-color: rgb(208,138,36); }

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