#c18419

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

Shades of Dark Goldenrod #C18419

Tints of Dark Goldenrod #C18419

Color information

#C18419 (or 0xC18419) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 84 and 19. RGB value is (193,132,25). Sum of RGB (Red+Green+Blue) = 193+132+25=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C18419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18419 is #3E7BE6. Grayscale: #8A8A8A. Windows color (decimal): -4094951 or 1672385. OLE color: 1672385.

HSL color Cylindrical-coordinate representation of color #C18419: hue angle of 38.21º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C18419 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19313225-
CMYK00.320.870.24
HSL38.21º77.06%42.75%-
HSV(B)38.21º87.05%75.69%-
XYZ30.4227.914.7-
YUV138.0464.21167.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 25 (10.16% from 255) = 7.14%
R=55.14%
G=37.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931322500.320.870.2438.2177.0642.75
HexC184190205718264d2b
Octal30120431040127304611553
Binary11000001100001001100101000001010111110001001101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18419; }

 p { color: rgb(193,132,25); }

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

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

 a { background-color: rgb(193,132,25); }

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

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

 span { border-color: rgb(193,132,25); }

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