Html Css Color HEX #D1850D Dark Goldenrod

📋 copy color: '#D1850D'

red 209 ◦ green 133 ◦ blue 13

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

Shades of Dark Goldenrod #D1850D

Tints of Dark Goldenrod #D1850D

RGB

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

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

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

R = 58.87%
G = 37.46%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1850D (or 0xD1850D) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 0D. RGB value is (209,133,13). Sum of RGB (Red+Green+Blue) = 209+133+13=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1850D is #2E7AF2. Grayscale: #8E8E8E. Windows color (decimal): -3046131 or 886225. OLE color: 886225.

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

Color convert

RGB 209 133 13 -
CMYK 0 0.36 0.94 0.18
HSL 36.73º 0.88% 0.44% -
HSV(B) 36.73º 0.94% 0.82% -
XYZ 34.75 30.36 4.41 -
YUV 142.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 209 133 13 0 0.36 0.94 0.18 36.73 0.88 0.44
Hex D1 85 D 0 24 5E 12 25 58 2C
Octal 321 205 15 0 44 136 22 45 130 54
Binary 11010001 10000101 1101 0 100100 1011110 10010 100101 1011000 101100

Color Harmonies of #D1850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1850D

Black with #D1850D

Text Example


Text Example

White with #D1850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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