Html Css Color HEX #D1860C Dark Goldenrod

📋 copy color: '#D1860C'

red 209 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #D1860C

Tints of Dark Goldenrod #D1860C

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 58.87%
G = 37.75%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1860C (or 0xD1860C) is known color: Dark Goldenrod. HEX triplet: D1, 86 and 0C. RGB value is (209,134,12). Sum of RGB (Red+Green+Blue) = 209+134+12=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1860C is #2E79F3. Grayscale: #8F8F8F. Windows color (decimal): -3045876 or 820945. OLE color: 820945.

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

Color convert

RGB 209 134 12 -
CMYK 0 0.36 0.94 0.18
HSL 37.16º 0.89% 0.43% -
HSV(B) 37.16º 0.94% 0.82% -
XYZ 34.89 30.63 4.42 -
YUV 142.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 209 134 12 0 0.36 0.94 0.18 37.16 0.89 0.43
Hex D1 86 C 0 24 5E 12 25 59 2B
Octal 321 206 14 0 44 136 22 45 131 53
Binary 11010001 10000110 1100 0 100100 1011110 10010 100101 1011001 101011

Color Harmonies of #D1860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1860C

Black with #D1860C

Text Example


Text Example

White with #D1860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1860C; }

 p { color: rgb(209,134,12); }

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

background-color css

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

 a { background-color: rgb(209,134,12); }

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

border-color css

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

 span { border-color: rgb(209,134,12); }

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