Html Css Color HEX #CCAA49 Sundance

📋 copy color: '#CCAA49'

red 204 ◦ green 170 ◦ blue 73

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

Shades of Sundance #CCAA49

Tints of Sundance #CCAA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.33%

R = 45.64%
G = 38.03%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCAA49 (or 0xCCAA49) is known color: Sundance. HEX triplet: CC, AA and 49. RGB value is (204,170,73). Sum of RGB (Red+Green+Blue) = 204+170+73=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA49 is #3355B6. Grayscale: #A9A9A9. Windows color (decimal): -3364279 or 4827852. OLE color: 4827852.

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

Color convert

RGB 204 170 73 -
CMYK 0 0.17 0.64 0.2
HSL 44.43º 0.56% 0.54% -
HSV(B) 44.43º 0.64% 0.8% -
XYZ 40.48 42.07 12.29 -
YUV 169.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 204 170 73 0 0.17 0.64 0.2 44.43 0.56 0.54
Hex CC AA 49 0 11 40 14 2C 38 36
Octal 314 252 111 0 21 100 24 54 70 66
Binary 11001100 10101010 1001001 0 10001 1000000 10100 101100 111000 110110

Color Harmonies of #CCAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA49

Black with #CCAA49

Text Example


Text Example

White with #CCAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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