Html Css Color HEX #D1880D Dark Goldenrod

📋 copy color: '#D1880D'

red 209 ◦ green 136 ◦ blue 13

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

Shades of Dark Goldenrod #D1880D

Tints of Dark Goldenrod #D1880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

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

R = 58.38%
G = 37.99%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1880D (or 0xD1880D) is known color: Dark Goldenrod. HEX triplet: D1, 88 and 0D. RGB value is (209,136,13). Sum of RGB (Red+Green+Blue) = 209+136+13=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D1880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1880D is #2E77F2. Grayscale: #909090. Windows color (decimal): -3045363 or 886993. OLE color: 886993.

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

Color convert

RGB 209 136 13 -
CMYK 0 0.35 0.94 0.18
HSL 37.65º 0.88% 0.44% -
HSV(B) 37.65º 0.94% 0.82% -
XYZ 35.17 31.19 4.55 -
YUV 143.81 54.18 174.5 -
System Red Green Blue C M Y K H S L
Decimal 209 136 13 0 0.35 0.94 0.18 37.65 0.88 0.44
Hex D1 88 D 0 23 5E 12 26 58 2C
Octal 321 210 15 0 43 136 22 46 130 54
Binary 11010001 10001000 1101 0 100011 1011110 10010 100110 1011000 101100

Color Harmonies of #D1880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1880D

Black with #D1880D

Text Example


Text Example

White with #D1880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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