#C18117

Color #C18117 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C18117

Tints of Dark Goldenrod #C18117

Color information

#C18117 (or 0xC18117) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 81 and 17. RGB value is (193,129,23). Sum of RGB (Red+Green+Blue) = 193+129+23=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18117 is #3E7EE8. Grayscale: #888888. Windows color (decimal): -4095721 or 1540545. OLE color: 1540545.

HSL color Cylindrical-coordinate representation of color #C18117: hue angle of 37.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C18117 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19312923-
CMYK00.330.880.24
HSL37.41º78.7%42.35%-
HSV(B)37.41º88.08%75.69%-
XYZ3027.14.46-
YUV136.0564.2168.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 23 (9.38% from 255) = 6.67%
R=55.94%
G=37.39%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931292300.330.880.2437.4178.742.35
HexC181170215818254f2a
Octal30120127041130304511752
Binary11000001100000011011101000011011000110001001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18117; }

 p { color: rgb(193,129,23); }

 H1.HeaderClassName
 {
   color: #C18117;
 }
 .AnyTagClassName
 {
   color: #C18117;
 }
</style>
background-color css

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

 a { background-color: rgb(193,129,23); }

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

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

 span { border-color: rgb(193,129,23); }

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