#C18C19

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

Shades of Dark Goldenrod #C18C19

Tints of Dark Goldenrod #C18C19

Color information

#C18C19 (or 0xC18C19) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 8C and 19. RGB value is (193,140,25). Sum of RGB (Red+Green+Blue) = 193+140+25=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C19 is #3E73E6. Grayscale: #8F8F8F. Windows color (decimal): -4092903 or 1674433. OLE color: 1674433.

HSL color Cylindrical-coordinate representation of color #C18C19: hue angle of 41.07º 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 #C18C19 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB19314025-
CMYK00.270.870.24
HSL41.07º77.06%42.75%-
HSV(B)41.07º87.05%75.69%-
XYZ31.5530.165.08-
YUV142.7461.56163.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 25 (10.16% from 255) = 6.98%
R=53.91%
G=39.11%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931402500.270.870.2441.0777.0642.75
HexC18C1901B5718294d2b
Octal30121431033127305111553
Binary1100000110001100110010110111010111110001010011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C19; }

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

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

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

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

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

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

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

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