#C9B24A

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

Shades of Sundance #C9B24A

Tints of Sundance #C9B24A

Color information

#C9B24A (or 0xC9B24A) is unknown color: approx Sundance. HEX triplet: C9, B2 and 4A. RGB value is (201,178,74). Sum of RGB (Red+Green+Blue) = 201+178+74=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B24A is #364DB5. Grayscale: #ADADAD. Windows color (decimal): -3558838 or 4895433. OLE color: 4895433.

HSL color Cylindrical-coordinate representation of color #C9B24A: hue angle of 49.13º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9B24A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20117874-
CMYK00.110.630.21
HSL49.13º54.04%53.92%-
HSV(B)49.13º63.18%78.82%-
XYZ41.2444.7512.94-
YUV173.0272.12147.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=44.37%
G=39.29%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011787400.110.630.2149.1354.0453.92
HexC9B24A0B3F15313636
Octal3112621120137725616666
Binary110010011011001010010100101111111110101110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B24A; }

 p { color: rgb(201,178,74); }

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

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

 a { background-color: rgb(201,178,74); }

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

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

 span { border-color: rgb(201,178,74); }

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