#CCAF51

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

Shades of Sundance #CCAF51

Tints of Sundance #CCAF51

Color information

#CCAF51 (or 0xCCAF51) is unknown color: approx Sundance. HEX triplet: CC, AF and 51. RGB value is (204,175,81). Sum of RGB (Red+Green+Blue) = 204+175+81=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF51 is #3350AE. Grayscale: #ADADAD. Windows color (decimal): -3362991 or 5353420. OLE color: 5353420.

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

Color convert

RGB20417581-
CMYK00.140.600.2
HSL45.85º54.67%55.88%-
HSV(B)45.85º60.29%80%-
XYZ41.7244.0914.1-
YUV172.9676.11150.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 81 (32.03% from 255) = 17.61%
R=44.35%
G=38.04%
B=17.61%

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
Decimal2041758100.140.600.245.8554.6755.88
HexCCAF510E3C142e3738
Octal3142571210167424566770
Binary110011001010111110100010111011110010100101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF51; }

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

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

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

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

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

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

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

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