Html Css Color HEX #D08D24 Buttercup

📋 copy color: '#D08D24'

red 208 ◦ green 141 ◦ blue 36

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

Shades of Buttercup #D08D24

Tints of Buttercup #D08D24

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 54.03%
G = 36.62%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08D24 (or 0xD08D24) is known color: Buttercup. HEX triplet: D0, 8D and 24. RGB value is (208,141,36). Sum of RGB (Red+Green+Blue) = 208+141+36=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D24 is #2F72DB. Grayscale: #959595. Windows color (decimal): -3109596 or 2395600. OLE color: 2395600.

HSL color Cylindrical-coordinate representation of color #D08D24: hue angle of 36.63º 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 #D08D24 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 36 -
CMYK 0 0.32 0.83 0.18
HSL 36.63º 0.7% 0.48% -
HSV(B) 36.63º 0.83% 0.82% -
XYZ 35.86 32.59 6.07 -
YUV 149.06 64.2 170.04 -
System Red Green Blue C M Y K H S L
Decimal 208 141 36 0 0.32 0.83 0.18 36.63 0.7 0.48
Hex D0 8D 24 0 20 53 12 25 46 30
Octal 320 215 44 0 40 123 22 45 106 60
Binary 11010000 10001101 100100 0 100000 1010011 10010 100101 1000110 110000

Color Harmonies of #D08D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D24

Black with #D08D24

Text Example


Text Example

White with #D08D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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