Html Css Color HEX #D08B20 Buttercup

📋 copy color: '#D08B20'

red 208 ◦ green 139 ◦ blue 32

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

Shades of Buttercup #D08B20

Tints of Buttercup #D08B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

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

R = 54.88%
G = 36.68%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D08B20 (or 0xD08B20) is known color: Buttercup. HEX triplet: D0, 8B and 20. RGB value is (208,139,32). Sum of RGB (Red+Green+Blue) = 208+139+32=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B20 is #2F74DF. Grayscale: #939393. Windows color (decimal): -3110112 or 2132944. OLE color: 2132944.

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

Color convert

RGB 208 139 32 -
CMYK 0 0.33 0.85 0.18
HSL 36.48º 0.73% 0.47% -
HSV(B) 36.48º 0.85% 0.82% -
XYZ 35.51 31.98 5.67 -
YUV 147.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 208 139 32 0 0.33 0.85 0.18 36.48 0.73 0.47
Hex D0 8B 20 0 21 55 12 24 49 2F
Octal 320 213 40 0 41 125 22 44 111 57
Binary 11010000 10001011 100000 0 100001 1010101 10010 100100 1001001 101111

Color Harmonies of #D08B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B20

Black with #D08B20

Text Example


Text Example

White with #D08B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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