Html Css Color HEX #D08A0C Dark Goldenrod

📋 copy color: '#D08A0C'

red 208 ◦ green 138 ◦ blue 12

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

Shades of Dark Goldenrod #D08A0C

Tints of Dark Goldenrod #D08A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 58.1%
G = 38.55%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D08A0C (or 0xD08A0C) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 0C. RGB value is (208,138,12). Sum of RGB (Red+Green+Blue) = 208+138+12=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A0C is #2F75F3. Grayscale: #919191. Windows color (decimal): -3110388 or 821968. OLE color: 821968.

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

Color convert

RGB 208 138 12 -
CMYK 0 0.34 0.94 0.18
HSL 38.57º 0.89% 0.43% -
HSV(B) 38.57º 0.94% 0.82% -
XYZ 35.17 31.61 4.6 -
YUV 144.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 208 138 12 0 0.34 0.94 0.18 38.57 0.89 0.43
Hex D0 8A C 0 22 5E 12 27 59 2B
Octal 320 212 14 0 42 136 22 47 131 53
Binary 11010000 10001010 1100 0 100010 1011110 10010 100111 1011001 101011

Color Harmonies of #D08A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A0C

Black with #D08A0C

Text Example


Text Example

White with #D08A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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