Html Css Color HEX #D0840E Dark Goldenrod

📋 copy color: '#D0840E'

red 208 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #D0840E

Tints of Dark Goldenrod #D0840E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 58.76%
G = 37.29%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0840E (or 0xD0840E) is known color: Dark Goldenrod. HEX triplet: D0, 84 and 0E. RGB value is (208,132,14). Sum of RGB (Red+Green+Blue) = 208+132+14=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0840E is #2F7BF1. Grayscale: #8D8D8D. Windows color (decimal): -3111922 or 951504. OLE color: 951504.

HSL color Cylindrical-coordinate representation of color #D0840E: hue angle of 36.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0840E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 14 -
CMYK 0 0.37 0.93 0.18
HSL 36.49º 0.87% 0.44% -
HSV(B) 36.49º 0.93% 0.82% -
XYZ 34.34 29.94 4.39 -
YUV 141.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 208 132 14 0 0.37 0.93 0.18 36.49 0.87 0.44
Hex D0 84 E 0 25 5D 12 24 57 2C
Octal 320 204 16 0 45 135 22 44 127 54
Binary 11010000 10000100 1110 0 100101 1011101 10010 100100 1010111 101100

Color Harmonies of #D0840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0840E

Black with #D0840E

Text Example


Text Example

White with #D0840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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