Html Css Color HEX #D08820 Buttercup

📋 copy color: '#D08820'

red 208 ◦ green 136 ◦ blue 32

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

Shades of Buttercup #D08820

Tints of Buttercup #D08820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 55.32%
G = 36.17%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08820 (or 0xD08820) is known color: Buttercup. HEX triplet: D0, 88 and 20. RGB value is (208,136,32). Sum of RGB (Red+Green+Blue) = 208+136+32=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D08820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08820 is #2F77DF. Grayscale: #929292. Windows color (decimal): -3110880 or 2132176. OLE color: 2132176.

HSL color Cylindrical-coordinate representation of color #D08820: hue angle of 35.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D08820 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 32 -
CMYK 0 0.35 0.85 0.18
HSL 35.45º 0.73% 0.47% -
HSV(B) 35.45º 0.85% 0.82% -
XYZ 35.08 31.12 5.52 -
YUV 145.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 208 136 32 0 0.35 0.85 0.18 35.45 0.73 0.47
Hex D0 88 20 0 23 55 12 23 49 2F
Octal 320 210 40 0 43 125 22 43 111 57
Binary 11010000 10001000 100000 0 100011 1010101 10010 100011 1001001 101111

Color Harmonies of #D08820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08820

Black with #D08820

Text Example


Text Example

White with #D08820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08820; }

 p { color: rgb(208,136,32); }

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

background-color css

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

 a { background-color: rgb(208,136,32); }

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

border-color css

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

 span { border-color: rgb(208,136,32); }

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