#ccb14c

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

Shades of Sundance #CCB14C

Tints of Sundance #CCB14C

Color information

#CCB14C (or 0xCCB14C) is unknown color: approx Sundance. HEX triplet: CC, B1 and 4C. RGB value is (204,177,76). Sum of RGB (Red+Green+Blue) = 204+177+76=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB14C is #334EB3. Grayscale: #ADADAD. Windows color (decimal): -3362484 or 5026252. OLE color: 5026252.

HSL color Cylindrical-coordinate representation of color #CCB14C: hue angle of 47.34º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCB14C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB20417776-
CMYK00.130.630.2
HSL47.34º55.65%54.9%-
HSV(B)47.34º62.75%80%-
XYZ41.9344.813.28-
YUV173.5672.95149.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 76 (30.08% from 255) = 16.63%
R=44.64%
G=38.73%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041777600.130.630.247.3455.6554.9
HexCCB14C0D3F142f3837
Octal3142611140157724577067
Binary110011001011000110011000110111111110100101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb14c; }

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

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

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

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

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

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

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

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