Html Css Color HEX #CCAA11 Galliano

📋 copy color: '#CCAA11'

red 204 ◦ green 170 ◦ blue 17

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

Shades of Galliano #CCAA11

Tints of Galliano #CCAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 52.17%
G = 43.48%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCAA11 (or 0xCCAA11) is known color: Galliano. HEX triplet: CC, AA and 11. RGB value is (204,170,17). Sum of RGB (Red+Green+Blue) = 204+170+17=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA11 is #3355EE. Grayscale: #A3A3A3. Windows color (decimal): -3364335 or 1157836. OLE color: 1157836.

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

Color convert

RGB 204 170 17 -
CMYK 0 0.17 0.92 0.2
HSL 49.09º 0.85% 0.43% -
HSV(B) 49.09º 0.92% 0.8% -
XYZ 39.38 41.63 6.49 -
YUV 162.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 204 170 17 0 0.17 0.92 0.2 49.09 0.85 0.43
Hex CC AA 11 0 11 5C 14 31 55 2B
Octal 314 252 21 0 21 134 24 61 125 53
Binary 11001100 10101010 10001 0 10001 1011100 10100 110001 1010101 101011

Color Harmonies of #CCAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA11

Black with #CCAA11

Text Example


Text Example

White with #CCAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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