Html Css Color HEX #CCAA42 Sundance

📋 copy color: '#CCAA42'

red 204 ◦ green 170 ◦ blue 66

#CCAA42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #CCAA42

Tints of Sundance #CCAA42

RGB

 RED value IS 204 (80.08% from 255) = 46.36%

 GREEN value IS 170 (66.8% from 255) = 38.64%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 46.36%
G = 38.64%
B = 15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCAA42 (or 0xCCAA42) is known color: Sundance. HEX triplet: CC, AA and 42. RGB value is (204,170,66). Sum of RGB (Red+Green+Blue) = 204+170+66=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA42 is #3355BD. Grayscale: #A8A8A8. Windows color (decimal): -3364286 or 4369100. OLE color: 4369100.

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

Color convert

RGB 204 170 66 -
CMYK 0 0.17 0.68 0.2
HSL 45.22º 0.58% 0.53% -
HSV(B) 45.22º 0.68% 0.8% -
XYZ 40.26 41.98 11.14 -
YUV 168.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 204 170 66 0 0.17 0.68 0.2 45.22 0.58 0.53
Hex CC AA 42 0 11 44 14 2D 3A 35
Octal 314 252 102 0 21 104 24 55 72 65
Binary 11001100 10101010 1000010 0 10001 1000100 10100 101101 111010 110101

Color Harmonies of #CCAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA42

Black with #CCAA42

Text Example


Text Example

White with #CCAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA42; }

 p { color: rgb(204,170,66); }

 H1.HeaderClassName
 {
   color: #CCAA42;
 }
 .AnyTagClassName
 {
   color: #CCAA42;
 }
</style>

background-color css

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

 a { background-color: rgb(204,170,66); }

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

border-color css

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

 span { border-color: rgb(204,170,66); }

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