#C18213

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

Shades of Dark Goldenrod #C18213

Tints of Dark Goldenrod #C18213

Color information

#C18213 (or 0xC18213) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 82 and 13. RGB value is (193,130,19). Sum of RGB (Red+Green+Blue) = 193+130+19=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C18213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18213 is #3E7DEC. Grayscale: #888888. Windows color (decimal): -4095469 or 1278657. OLE color: 1278657.

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

Color convert

RGB19313019-
CMYK00.330.900.24
HSL38.28º82.08%41.57%-
HSV(B)38.28º90.16%75.69%-
XYZ30.0927.354.31-
YUV136.1861.87168.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 19 (7.81% from 255) = 5.56%
R=56.43%
G=38.01%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931301900.330.900.2438.2882.0841.57
HexC182130215A1826522a
Octal30120223041132304612252
Binary11000001100000101001101000011011010110001001101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18213; }

 p { color: rgb(193,130,19); }

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

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

 a { background-color: rgb(193,130,19); }

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

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

 span { border-color: rgb(193,130,19); }

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