Html Css Color HEX #D0840D Dark Goldenrod

📋 copy color: '#D0840D'

red 208 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #D0840D

Tints of Dark Goldenrod #D0840D

RGB

 RED value IS 208 (81.64% from 255) = 58.92%

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

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

R = 58.92%
G = 37.39%
B = 3.68%

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

#D0840D (or 0xD0840D) is known color: Dark Goldenrod. HEX triplet: D0, 84 and 0D. RGB value is (208,132,13). Sum of RGB (Red+Green+Blue) = 208+132+13=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0840D is #2F7BF2. Grayscale: #8D8D8D. Windows color (decimal): -3111923 or 885968. OLE color: 885968.

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

Color convert

RGB 208 132 13 -
CMYK 0 0.37 0.94 0.18
HSL 36.62º 0.88% 0.43% -
HSV(B) 36.62º 0.94% 0.82% -
XYZ 34.34 29.94 4.35 -
YUV 141.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 208 132 13 0 0.37 0.94 0.18 36.62 0.88 0.43
Hex D0 84 D 0 25 5E 12 25 58 2B
Octal 320 204 15 0 45 136 22 45 130 53
Binary 11010000 10000100 1101 0 100101 1011110 10010 100101 1011000 101011

Color Harmonies of #D0840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0840D

Black with #D0840D

Text Example


Text Example

White with #D0840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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