Html Css Color HEX #CCAA1A Galliano

📋 copy color: '#CCAA1A'

red 204 ◦ green 170 ◦ blue 26

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

Shades of Galliano #CCAA1A

Tints of Galliano #CCAA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 51%
G = 42.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCAA1A (or 0xCCAA1A) is known color: Galliano. HEX triplet: CC, AA and 1A. RGB value is (204,170,26). Sum of RGB (Red+Green+Blue) = 204+170+26=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA1A is #3355E5. Grayscale: #A4A4A4. Windows color (decimal): -3364326 or 1747660. OLE color: 1747660.

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

Color convert

RGB 204 170 26 -
CMYK 0 0.17 0.87 0.2
HSL 48.54º 0.77% 0.45% -
HSV(B) 48.54º 0.87% 0.8% -
XYZ 39.46 41.66 6.94 -
YUV 163.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 204 170 26 0 0.17 0.87 0.2 48.54 0.77 0.45
Hex CC AA 1A 0 11 57 14 31 4D 2D
Octal 314 252 32 0 21 127 24 61 115 55
Binary 11001100 10101010 11010 0 10001 1010111 10100 110001 1001101 101101

Color Harmonies of #CCAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA1A

Black with #CCAA1A

Text Example


Text Example

White with #CCAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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