#CCB351

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

Shades of Sundance #CCB351

Tints of Sundance #CCB351

Color information

#CCB351 (or 0xCCB351) is unknown color: approx Sundance. HEX triplet: CC, B3 and 51. RGB value is (204,179,81). Sum of RGB (Red+Green+Blue) = 204+179+81=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB351 is #334CAE. Grayscale: #AFAFAF. Windows color (decimal): -3361967 or 5354444. OLE color: 5354444.

HSL color Cylindrical-coordinate representation of color #CCB351: hue angle of 47.8º 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 #CCB351 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20417981-
CMYK00.120.600.2
HSL47.8º54.67%55.88%-
HSV(B)47.8º60.29%80%-
XYZ42.5145.6714.36-
YUV175.374.78148.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=43.97%
G=38.58%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041798100.120.600.247.854.6755.88
HexCCB3510C3C14303738
Octal3142631210147424606770
Binary110011001011001110100010110011110010100110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB351; }

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

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

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

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

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

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

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

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