Html Css Color HEX #D08B05 Dark Goldenrod

📋 copy color: '#D08B05'

red 208 ◦ green 139 ◦ blue 5

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

Shades of Dark Goldenrod #D08B05

Tints of Dark Goldenrod #D08B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 59.09%
G = 39.49%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D08B05 (or 0xD08B05) is known color: Dark Goldenrod. HEX triplet: D0, 8B and 05. RGB value is (208,139,5). Sum of RGB (Red+Green+Blue) = 208+139+5=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08B05 is #2F74FA. Grayscale: #909090. Windows color (decimal): -3110139 or 363472. OLE color: 363472.

HSL color Cylindrical-coordinate representation of color #D08B05: hue angle of 39.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D08B05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 139 5 -
CMYK 0 0.33 0.98 0.18
HSL 39.61º 0.95% 0.42% -
HSV(B) 39.61º 0.98% 0.82% -
XYZ 35.27 31.89 4.44 -
YUV 144.36 49.36 173.4 -
System Red Green Blue C M Y K H S L
Decimal 208 139 5 0 0.33 0.98 0.18 39.61 0.95 0.42
Hex D0 8B 5 0 21 62 12 28 5F 2A
Octal 320 213 5 0 41 142 22 50 137 52
Binary 11010000 10001011 101 0 100001 1100010 10010 101000 1011111 101010

Color Harmonies of #D08B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B05

Black with #D08B05

Text Example


Text Example

White with #D08B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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