#C18511

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

Shades of Dark Goldenrod #C18511

Tints of Dark Goldenrod #C18511

Color information

#C18511 (or 0xC18511) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 85 and 11. RGB value is (193,133,17). Sum of RGB (Red+Green+Blue) = 193+133+17=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C18511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18511 is #3E7AEE. Grayscale: #8A8A8A. Windows color (decimal): -4094703 or 1148353. OLE color: 1148353.

HSL color Cylindrical-coordinate representation of color #C18511: hue angle of 39.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C18511 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19313317-
CMYK00.310.910.24
HSL39.55º83.81%41.18%-
HSV(B)39.55º91.19%75.69%-
XYZ30.4828.154.36-
YUV137.7259.88167.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=56.27%
G=38.78%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931331700.310.910.2439.5583.8141.18
HexC1851101F5B18285429
Octal30120521037133305012451
Binary1100000110000101100010111111011011110001010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18511; }

 p { color: rgb(193,133,17); }

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

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

 a { background-color: rgb(193,133,17); }

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

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

 span { border-color: rgb(193,133,17); }

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