#CCB24F

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

Shades of Sundance #CCB24F

Tints of Sundance #CCB24F

Color information

#CCB24F (or 0xCCB24F) is unknown color: approx Sundance. HEX triplet: CC, B2 and 4F. RGB value is (204,178,79). Sum of RGB (Red+Green+Blue) = 204+178+79=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB24F is #334DB0. Grayscale: #AEAEAE. Windows color (decimal): -3362225 or 5223116. OLE color: 5223116.

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

Color convert

RGB20417879-
CMYK00.130.610.2
HSL47.52º55.07%55.49%-
HSV(B)47.52º61.27%80%-
XYZ42.2345.2413.9-
YUV174.4974.11149.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 79 (31.25% from 255) = 17.14%
R=44.25%
G=38.61%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041787900.130.610.247.5255.0755.49
HexCCB24F0D3D14303737
Octal3142621170157524606767
Binary110011001011001010011110110111110110100110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB24F; }

 p { color: rgb(204,178,79); }

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

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

 a { background-color: rgb(204,178,79); }

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

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

 span { border-color: rgb(204,178,79); }

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