#CCAB45

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

Shades of Sundance #CCAB45

Tints of Sundance #CCAB45

Color information

#CCAB45 (or 0xCCAB45) is unknown color: approx Sundance. HEX triplet: CC, AB and 45. RGB value is (204,171,69). Sum of RGB (Red+Green+Blue) = 204+171+69=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB45 is #3354BA. Grayscale: #A9A9A9. Windows color (decimal): -3364027 or 4565964. OLE color: 4565964.

HSL color Cylindrical-coordinate representation of color #CCAB45: hue angle of 45.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCAB45 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20417169-
CMYK00.160.660.2
HSL45.33º56.96%53.53%-
HSV(B)45.33º66.18%80%-
XYZ40.5442.3911.68-
YUV169.2471.43152.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=45.95%
G=38.51%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041716900.160.660.245.3356.9653.53
HexCCAB4501042142d3936
Octal31425310502010224557166
Binary11001100101010111000101010000100001010100101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB45; }

 p { color: rgb(204,171,69); }

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

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

 a { background-color: rgb(204,171,69); }

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

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

 span { border-color: rgb(204,171,69); }

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