#C8A24D

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

Shades of Sundance #C8A24D

Tints of Sundance #C8A24D

Color information

#C8A24D (or 0xC8A24D) is unknown color: approx Sundance. HEX triplet: C8, A2 and 4D. RGB value is (200,162,77). Sum of RGB (Red+Green+Blue) = 200+162+77=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A24D is #375DB2. Grayscale: #A4A4A4. Windows color (decimal): -3628467 or 5087944. OLE color: 5087944.

HSL color Cylindrical-coordinate representation of color #C8A24D: hue angle of 41.46º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A24D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20016277-
CMYK00.190.620.22
HSL41.46º52.79%54.31%-
HSV(B)41.46º61.5%78.43%-
XYZ38.0838.6612.48-
YUV163.6779.09153.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=45.56%
G=36.90%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001627700.190.620.2241.4652.7954.31
HexC8A24D0133E16293536
Octal3102421150237626516566
Binary1100100010100010100110101001111111010110101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A24D; }

 p { color: rgb(200,162,77); }

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

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

 a { background-color: rgb(200,162,77); }

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

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

 span { border-color: rgb(200,162,77); }

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