#CCB451

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

Shades of Sundance #CCB451

Tints of Sundance #CCB451

Color information

#CCB451 (or 0xCCB451) is unknown color: approx Sundance. HEX triplet: CC, B4 and 51. RGB value is (204,180,81). Sum of RGB (Red+Green+Blue) = 204+180+81=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB451 is #334BAE. Grayscale: #B0B0B0. Windows color (decimal): -3361711 or 5354700. OLE color: 5354700.

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

Color convert

RGB20418081-
CMYK00.120.600.2
HSL48.29º54.67%55.88%-
HSV(B)48.29º60.29%80%-
XYZ42.7146.0714.43-
YUV175.8974.45148.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 81 (32.03% from 255) = 17.42%
R=43.87%
G=38.71%
B=17.42%

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
Decimal2041808100.120.600.248.2954.6755.88
HexCCB4510C3C14303738
Octal3142641210147424606770
Binary110011001011010010100010110011110010100110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB451; }

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

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

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

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

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

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

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

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