Html Css Color HEX #D1890D Dark Goldenrod

📋 copy color: '#D1890D'

red 209 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #D1890D

Tints of Dark Goldenrod #D1890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 58.22%
G = 38.16%
B = 3.62%

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

#D1890D (or 0xD1890D) is known color: Dark Goldenrod. HEX triplet: D1, 89 and 0D. RGB value is (209,137,13). Sum of RGB (Red+Green+Blue) = 209+137+13=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1890D is #2E76F2. Grayscale: #909090. Windows color (decimal): -3045107 or 887249. OLE color: 887249.

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

Color convert

RGB 209 137 13 -
CMYK 0 0.34 0.94 0.18
HSL 37.96º 0.88% 0.44% -
HSV(B) 37.96º 0.94% 0.82% -
XYZ 35.31 31.48 4.59 -
YUV 144.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 209 137 13 0 0.34 0.94 0.18 37.96 0.88 0.44
Hex D1 89 D 0 22 5E 12 26 58 2C
Octal 321 211 15 0 42 136 22 46 130 54
Binary 11010001 10001001 1101 0 100010 1011110 10010 100110 1011000 101100

Color Harmonies of #D1890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1890D

Black with #D1890D

Text Example


Text Example

White with #D1890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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