#C8B24D

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

Shades of Sundance #C8B24D

Tints of Sundance #C8B24D

Color information

#C8B24D (or 0xC8B24D) is unknown color: approx Sundance. HEX triplet: C8, B2 and 4D. RGB value is (200,178,77). Sum of RGB (Red+Green+Blue) = 200+178+77=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B24D is #374DB2. Grayscale: #ADADAD. Windows color (decimal): -3624371 or 5092040. OLE color: 5092040.

HSL color Cylindrical-coordinate representation of color #C8B24D: hue angle of 49.27º 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 #C8B24D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20017877-
CMYK00.110.620.22
HSL49.27º52.79%54.31%-
HSV(B)49.27º61.5%78.43%-
XYZ41.0844.6613.48-
YUV173.0673.79147.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=43.96%
G=39.12%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001787700.110.620.2249.2752.7954.31
HexC8B24D0B3E16313536
Octal3102621150137626616566
Binary110010001011001010011010101111111010110110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B24D; }

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

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

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

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

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

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

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

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