Html Css Color HEX #CCAA1C Galliano

📋 copy color: '#CCAA1C'

red 204 ◦ green 170 ◦ blue 28

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

Shades of Galliano #CCAA1C

Tints of Galliano #CCAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 50.75%
G = 42.29%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCAA1C (or 0xCCAA1C) is known color: Galliano. HEX triplet: CC, AA and 1C. RGB value is (204,170,28). Sum of RGB (Red+Green+Blue) = 204+170+28=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA1C is #3355E3. Grayscale: #A4A4A4. Windows color (decimal): -3364324 or 1878732. OLE color: 1878732.

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

Color convert

RGB 204 170 28 -
CMYK 0 0.17 0.86 0.2
HSL 48.41º 0.76% 0.45% -
HSV(B) 48.41º 0.86% 0.8% -
XYZ 39.49 41.67 7.06 -
YUV 163.98 51.26 156.55 -
System Red Green Blue C M Y K H S L
Decimal 204 170 28 0 0.17 0.86 0.2 48.41 0.76 0.45
Hex CC AA 1C 0 11 56 14 30 4C 2D
Octal 314 252 34 0 21 126 24 60 114 55
Binary 11001100 10101010 11100 0 10001 1010110 10100 110000 1001100 101101

Color Harmonies of #CCAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA1C

Black with #CCAA1C

Text Example


Text Example

White with #CCAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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