Html Css Color HEX #D1840D Dark Goldenrod

📋 copy color: '#D1840D'

red 209 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #D1840D

Tints of Dark Goldenrod #D1840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 59.04%
G = 37.29%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1840D (or 0xD1840D) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 0D. RGB value is (209,132,13). Sum of RGB (Red+Green+Blue) = 209+132+13=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1840D is #2E7BF2. Grayscale: #8E8E8E. Windows color (decimal): -3046387 or 885969. OLE color: 885969.

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

Color convert

RGB 209 132 13 -
CMYK 0 0.37 0.94 0.18
HSL 36.43º 0.88% 0.44% -
HSV(B) 36.43º 0.94% 0.82% -
XYZ 34.62 30.09 4.36 -
YUV 141.46 55.51 176.18 -
System Red Green Blue C M Y K H S L
Decimal 209 132 13 0 0.37 0.94 0.18 36.43 0.88 0.44
Hex D1 84 D 0 25 5E 12 24 58 2C
Octal 321 204 15 0 45 136 22 44 130 54
Binary 11010001 10000100 1101 0 100101 1011110 10010 100100 1011000 101100

Color Harmonies of #D1840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1840D

Black with #D1840D

Text Example


Text Example

White with #D1840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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