Html Css Color HEX #CCAA19 Galliano

📋 copy color: '#CCAA19'

red 204 ◦ green 170 ◦ blue 25

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

Shades of Galliano #CCAA19

Tints of Galliano #CCAA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 51.13%
G = 42.61%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCAA19 (or 0xCCAA19) is known color: Galliano. HEX triplet: CC, AA and 19. RGB value is (204,170,25). Sum of RGB (Red+Green+Blue) = 204+170+25=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA19 is #3355E6. Grayscale: #A4A4A4. Windows color (decimal): -3364327 or 1682124. OLE color: 1682124.

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

Color convert

RGB 204 170 25 -
CMYK 0 0.17 0.88 0.2
HSL 48.6º 0.78% 0.45% -
HSV(B) 48.6º 0.88% 0.8% -
XYZ 39.45 41.66 6.88 -
YUV 163.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 204 170 25 0 0.17 0.88 0.2 48.6 0.78 0.45
Hex CC AA 19 0 11 58 14 31 4E 2D
Octal 314 252 31 0 21 130 24 61 116 55
Binary 11001100 10101010 11001 0 10001 1011000 10100 110001 1001110 101101

Color Harmonies of #CCAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA19

Black with #CCAA19

Text Example


Text Example

White with #CCAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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