Html Css Color HEX #D1860D Dark Goldenrod

📋 copy color: '#D1860D'

red 209 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #D1860D

Tints of Dark Goldenrod #D1860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 58.71%
G = 37.64%
B = 3.65%

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

#D1860D (or 0xD1860D) is known color: Dark Goldenrod. HEX triplet: D1, 86 and 0D. RGB value is (209,134,13). Sum of RGB (Red+Green+Blue) = 209+134+13=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1860D is #2E79F2. Grayscale: #8F8F8F. Windows color (decimal): -3045875 or 886481. OLE color: 886481.

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

Color convert

RGB 209 134 13 -
CMYK 0 0.36 0.94 0.18
HSL 37.04º 0.88% 0.44% -
HSV(B) 37.04º 0.94% 0.82% -
XYZ 34.89 30.63 4.45 -
YUV 142.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 209 134 13 0 0.36 0.94 0.18 37.04 0.88 0.44
Hex D1 86 D 0 24 5E 12 25 58 2C
Octal 321 206 15 0 44 136 22 45 130 54
Binary 11010001 10000110 1101 0 100100 1011110 10010 100101 1011000 101100

Color Harmonies of #D1860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1860D

Black with #D1860D

Text Example


Text Example

White with #D1860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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