#C48210

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

Shades of Dark Goldenrod #C48210

Tints of Dark Goldenrod #C48210

Color information

#C48210 (or 0xC48210) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 82 and 10. RGB value is (196,130,16). Sum of RGB (Red+Green+Blue) = 196+130+16=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C48210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48210 is #3B7DEF. Grayscale: #898989. Windows color (decimal): -3898864 or 1082052. OLE color: 1082052.

HSL color Cylindrical-coordinate representation of color #C48210: hue angle of 38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C48210 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19613016-
CMYK00.340.920.23
HSL38º84.91%41.57%-
HSV(B)38º91.84%76.86%-
XYZ30.8427.744.22-
YUV136.7459.87170.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.31%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 16 (6.64% from 255) = 4.68%
R=57.31%
G=38.01%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961301600.340.920.233884.9141.57
HexC482100225C1726552a
Octal30420220042134274612552
Binary11000100100000101000001000101011100101111001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48210; }

 p { color: rgb(196,130,16); }

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

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

 a { background-color: rgb(196,130,16); }

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

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

 span { border-color: rgb(196,130,16); }

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