Html Css Color HEX #D1850B Dark Goldenrod

📋 copy color: '#D1850B'

red 209 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #D1850B

Tints of Dark Goldenrod #D1850B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 59.21%
G = 37.68%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1850B (or 0xD1850B) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 0B. RGB value is (209,133,11). Sum of RGB (Red+Green+Blue) = 209+133+11=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1850B is #2E7AF4. Grayscale: #8E8E8E. Windows color (decimal): -3046133 or 755153. OLE color: 755153.

HSL color Cylindrical-coordinate representation of color #D1850B: hue angle of 36.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1850B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 133 11 -
CMYK 0 0.36 0.95 0.18
HSL 36.97º 0.9% 0.43% -
HSV(B) 36.97º 0.95% 0.82% -
XYZ 34.74 30.35 4.34 -
YUV 141.82 54.18 175.92 -
System Red Green Blue C M Y K H S L
Decimal 209 133 11 0 0.36 0.95 0.18 36.97 0.9 0.43
Hex D1 85 B 0 24 5F 12 25 5A 2B
Octal 321 205 13 0 44 137 22 45 132 53
Binary 11010001 10000101 1011 0 100100 1011111 10010 100101 1011010 101011

Color Harmonies of #D1850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1850B

Black with #D1850B

Text Example


Text Example

White with #D1850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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