#C9B14C

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

Shades of Sundance #C9B14C

Tints of Sundance #C9B14C

Color information

#C9B14C (or 0xC9B14C) is unknown color: approx Sundance. HEX triplet: C9, B1 and 4C. RGB value is (201,177,76). Sum of RGB (Red+Green+Blue) = 201+177+76=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B14C is #364EB3. Grayscale: #ADADAD. Windows color (decimal): -3559092 or 5026249. OLE color: 5026249.

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

Color convert

RGB20117776-
CMYK00.120.620.21
HSL48.48º53.65%54.31%-
HSV(B)48.48º62.19%78.82%-
XYZ41.1144.3813.24-
YUV172.6673.45148.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 76 (30.08% from 255) = 16.74%
R=44.27%
G=38.99%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011777600.120.620.2148.4853.6554.31
HexC9B14C0C3E15303636
Octal3112611140147625606666
Binary110010011011000110011000110011111010101110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B14C; }

 p { color: rgb(201,177,76); }

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

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

 a { background-color: rgb(201,177,76); }

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

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

 span { border-color: rgb(201,177,76); }

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