Html Css Color HEX #D1840C Dark Goldenrod

📋 copy color: '#D1840C'

red 209 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #D1840C

Tints of Dark Goldenrod #D1840C

RGB

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

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

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

R = 59.21%
G = 37.39%
B = 3.4%

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

#D1840C (or 0xD1840C) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 0C. RGB value is (209,132,12). Sum of RGB (Red+Green+Blue) = 209+132+12=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1840C is #2E7BF3. Grayscale: #8D8D8D. Windows color (decimal): -3046388 or 820433. OLE color: 820433.

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

Color convert

RGB 209 132 12 -
CMYK 0 0.37 0.94 0.18
HSL 36.55º 0.89% 0.43% -
HSV(B) 36.55º 0.94% 0.82% -
XYZ 34.61 30.08 4.33 -
YUV 141.34 55.01 176.26 -
System Red Green Blue C M Y K H S L
Decimal 209 132 12 0 0.37 0.94 0.18 36.55 0.89 0.43
Hex D1 84 C 0 25 5E 12 25 59 2B
Octal 321 204 14 0 45 136 22 45 131 53
Binary 11010001 10000100 1100 0 100101 1011110 10010 100101 1011001 101011

Color Harmonies of #D1840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1840C

Black with #D1840C

Text Example


Text Example

White with #D1840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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