Html Css Color HEX #CCAA44 Sundance

📋 copy color: '#CCAA44'

red 204 ◦ green 170 ◦ blue 68

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

Shades of Sundance #CCAA44

Tints of Sundance #CCAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.38%

R = 46.15%
G = 38.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCAA44 (or 0xCCAA44) is known color: Sundance. HEX triplet: CC, AA and 44. RGB value is (204,170,68). Sum of RGB (Red+Green+Blue) = 204+170+68=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA44 is #3355BB. Grayscale: #A8A8A8. Windows color (decimal): -3364284 or 4500172. OLE color: 4500172.

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

Color convert

RGB 204 170 68 -
CMYK 0 0.17 0.67 0.2
HSL 45º 0.57% 0.53% -
HSV(B) 45º 0.67% 0.8% -
XYZ 40.32 42 11.45 -
YUV 168.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 204 170 68 0 0.17 0.67 0.2 45 0.57 0.53
Hex CC AA 44 0 11 43 14 2D 39 35
Octal 314 252 104 0 21 103 24 55 71 65
Binary 11001100 10101010 1000100 0 10001 1000011 10100 101101 111001 110101

Color Harmonies of #CCAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA44

Black with #CCAA44

Text Example


Text Example

White with #CCAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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