Html Css Color HEX #CCAA20 Galliano

📋 copy color: '#CCAA20'

red 204 ◦ green 170 ◦ blue 32

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

Shades of Galliano #CCAA20

Tints of Galliano #CCAA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 50.25%
G = 41.87%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAA20 (or 0xCCAA20) is known color: Galliano. HEX triplet: CC, AA and 20. RGB value is (204,170,32). Sum of RGB (Red+Green+Blue) = 204+170+32=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA20 is #3355DF. Grayscale: #A5A5A5. Windows color (decimal): -3364320 or 2140876. OLE color: 2140876.

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

Color convert

RGB 204 170 32 -
CMYK 0 0.17 0.84 0.2
HSL 48.14º 0.73% 0.46% -
HSV(B) 48.14º 0.84% 0.8% -
XYZ 39.54 41.69 7.33 -
YUV 164.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 204 170 32 0 0.17 0.84 0.2 48.14 0.73 0.46
Hex CC AA 20 0 11 54 14 30 49 2E
Octal 314 252 40 0 21 124 24 60 111 56
Binary 11001100 10101010 100000 0 10001 1010100 10100 110000 1001001 101110

Color Harmonies of #CCAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA20

Black with #CCAA20

Text Example


Text Example

White with #CCAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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