#CCB051

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

Shades of Sundance #CCB051

Tints of Sundance #CCB051

Color information

#CCB051 (or 0xCCB051) is unknown color: approx Sundance. HEX triplet: CC, B0 and 51. RGB value is (204,176,81). Sum of RGB (Red+Green+Blue) = 204+176+81=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB051 is #334FAE. Grayscale: #ADADAD. Windows color (decimal): -3362735 or 5353676. OLE color: 5353676.

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

Color convert

RGB20417681-
CMYK00.140.600.2
HSL46.34º54.67%55.88%-
HSV(B)46.34º60.29%80%-
XYZ41.9144.4814.16-
YUV173.5475.78149.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=44.25%
G=38.18%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041768100.140.600.246.3454.6755.88
HexCCB0510E3C142e3738
Octal3142601210167424566770
Binary110011001011000010100010111011110010100101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB051; }

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

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

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

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

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

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

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

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