Html Css Color HEX #D1850E Dark Goldenrod

📋 copy color: '#D1850E'

red 209 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #D1850E

Tints of Dark Goldenrod #D1850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.36%

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

R = 58.71%
G = 37.36%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1850E (or 0xD1850E) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 0E. RGB value is (209,133,14). Sum of RGB (Red+Green+Blue) = 209+133+14=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1850E is #2E7AF1. Grayscale: #8E8E8E. Windows color (decimal): -3046130 or 951761. OLE color: 951761.

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

Color convert

RGB 209 133 14 -
CMYK 0 0.36 0.93 0.18
HSL 36.62º 0.87% 0.44% -
HSV(B) 36.62º 0.93% 0.82% -
XYZ 34.76 30.36 4.44 -
YUV 142.16 55.68 175.68 -
System Red Green Blue C M Y K H S L
Decimal 209 133 14 0 0.36 0.93 0.18 36.62 0.87 0.44
Hex D1 85 E 0 24 5D 12 25 57 2C
Octal 321 205 16 0 44 135 22 45 127 54
Binary 11010001 10000101 1110 0 100100 1011101 10010 100101 1010111 101100

Color Harmonies of #D1850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1850E

Black with #D1850E

Text Example


Text Example

White with #D1850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1850E; }

 p { color: rgb(209,133,14); }

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

background-color css

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

 a { background-color: rgb(209,133,14); }

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

border-color css

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

 span { border-color: rgb(209,133,14); }

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