#CCB251

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

Shades of Sundance #CCB251

Tints of Sundance #CCB251

Color information

#CCB251 (or 0xCCB251) is unknown color: approx Sundance. HEX triplet: CC, B2 and 51. RGB value is (204,178,81). Sum of RGB (Red+Green+Blue) = 204+178+81=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB251 is #334DAE. Grayscale: #AFAFAF. Windows color (decimal): -3362223 or 5354188. OLE color: 5354188.

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

Color convert

RGB20417881-
CMYK00.130.600.2
HSL47.32º54.67%55.88%-
HSV(B)47.32º60.29%80%-
XYZ42.3145.2714.29-
YUV174.7275.11148.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=44.06%
G=38.44%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041788100.130.600.247.3254.6755.88
HexCCB2510D3C142f3738
Octal3142621210157424576770
Binary110011001011001010100010110111110010100101111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB251; }

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

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

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

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

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

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

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

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