Html Css Color HEX #D1880C Dark Goldenrod

📋 copy color: '#D1880C'

red 209 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #D1880C

Tints of Dark Goldenrod #D1880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 58.54%
G = 38.1%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1880C (or 0xD1880C) is known color: Dark Goldenrod. HEX triplet: D1, 88 and 0C. RGB value is (209,136,12). Sum of RGB (Red+Green+Blue) = 209+136+12=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1880C is #2E77F3. Grayscale: #909090. Windows color (decimal): -3045364 or 821457. OLE color: 821457.

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

Color convert

RGB 209 136 12 -
CMYK 0 0.35 0.94 0.18
HSL 37.77º 0.89% 0.43% -
HSV(B) 37.77º 0.94% 0.82% -
XYZ 35.17 31.19 4.51 -
YUV 143.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 209 136 12 0 0.35 0.94 0.18 37.77 0.89 0.43
Hex D1 88 C 0 23 5E 12 26 59 2B
Octal 321 210 14 0 43 136 22 46 131 53
Binary 11010001 10001000 1100 0 100011 1011110 10010 100110 1011001 101011

Color Harmonies of #D1880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1880C

Black with #D1880C

Text Example


Text Example

White with #D1880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1880C; }

 p { color: rgb(209,136,12); }

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

background-color css

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

 a { background-color: rgb(209,136,12); }

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

border-color css

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

 span { border-color: rgb(209,136,12); }

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