#CCB551

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

Shades of Sundance #CCB551

Tints of Sundance #CCB551

Color information

#CCB551 (or 0xCCB551) is unknown color: approx Sundance. HEX triplet: CC, B5 and 51. RGB value is (204,181,81). Sum of RGB (Red+Green+Blue) = 204+181+81=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB551 is #334AAE. Grayscale: #B0B0B0. Windows color (decimal): -3361455 or 5354956. OLE color: 5354956.

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

Color convert

RGB20418181-
CMYK00.110.600.2
HSL48.78º54.67%55.88%-
HSV(B)48.78º60.29%80%-
XYZ42.9146.4814.49-
YUV176.4874.12147.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 81 (32.03% from 255) = 17.38%
R=43.78%
G=38.84%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041818100.110.600.248.7854.6755.88
HexCCB5510B3C14313738
Octal3142651210137424616770
Binary110011001011010110100010101111110010100110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB551; }

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

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

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

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

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

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

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

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