#C9B64C

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

Shades of Sundance #C9B64C

Tints of Sundance #C9B64C

Color information

#C9B64C (or 0xC9B64C) is unknown color: approx Sundance. HEX triplet: C9, B6 and 4C. RGB value is (201,182,76). Sum of RGB (Red+Green+Blue) = 201+182+76=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B64C is #3649B3. Grayscale: #B0B0B0. Windows color (decimal): -3557812 or 5027529. OLE color: 5027529.

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

Color convert

RGB20118276-
CMYK00.090.620.21
HSL50.88º53.65%54.31%-
HSV(B)50.88º62.19%78.82%-
XYZ42.1246.413.57-
YUV175.671.79146.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 76 (30.08% from 255) = 16.56%
R=43.79%
G=39.65%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011827600.090.620.2150.8853.6554.31
HexC9B64C093E15333636
Octal3112661140117625636666
Binary110010011011011010011000100111111010101110011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B64C; }

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

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

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

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

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

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

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

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