Html Css Color HEX #CCAA29 Galliano

📋 copy color: '#CCAA29'

red 204 ◦ green 170 ◦ blue 41

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

Shades of Galliano #CCAA29

Tints of Galliano #CCAA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 49.16%
G = 40.96%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCAA29 (or 0xCCAA29) is known color: Galliano. HEX triplet: CC, AA and 29. RGB value is (204,170,41). Sum of RGB (Red+Green+Blue) = 204+170+41=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA29 is #3355D6. Grayscale: #A6A6A6. Windows color (decimal): -3364311 or 2730700. OLE color: 2730700.

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

Color convert

RGB 204 170 41 -
CMYK 0 0.17 0.80 0.2
HSL 47.48º 0.67% 0.48% -
HSV(B) 47.48º 0.8% 0.8% -
XYZ 39.68 41.75 8.06 -
YUV 165.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 204 170 41 0 0.17 0.80 0.2 47.48 0.67 0.48
Hex CC AA 29 0 11 50 14 2F 43 30
Octal 314 252 51 0 21 120 24 57 103 60
Binary 11001100 10101010 101001 0 10001 1010000 10100 101111 1000011 110000

Color Harmonies of #CCAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA29

Black with #CCAA29

Text Example


Text Example

White with #CCAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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