Html Css Color HEX #D08A10 Dark Goldenrod

📋 copy color: '#D08A10'

red 208 ◦ green 138 ◦ blue 16

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

Shades of Dark Goldenrod #D08A10

Tints of Dark Goldenrod #D08A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 57.46%
G = 38.12%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08A10 (or 0xD08A10) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 10. RGB value is (208,138,16). Sum of RGB (Red+Green+Blue) = 208+138+16=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A10 is #2F75EF. Grayscale: #919191. Windows color (decimal): -3110384 or 1084112. OLE color: 1084112.

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

Color convert

RGB 208 138 16 -
CMYK 0 0.34 0.92 0.18
HSL 38.13º 0.86% 0.44% -
HSV(B) 38.13º 0.92% 0.82% -
XYZ 35.19 31.62 4.74 -
YUV 145.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 208 138 16 0 0.34 0.92 0.18 38.13 0.86 0.44
Hex D0 8A 10 0 22 5C 12 26 56 2C
Octal 320 212 20 0 42 134 22 46 126 54
Binary 11010000 10001010 10000 0 100010 1011100 10010 100110 1010110 101100

Color Harmonies of #D08A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A10

Black with #D08A10

Text Example


Text Example

White with #D08A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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