Html Css Color HEX #CCAA21 Galliano

📋 copy color: '#CCAA21'

red 204 ◦ green 170 ◦ blue 33

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

Shades of Galliano #CCAA21

Tints of Galliano #CCAA21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 50.12%
G = 41.77%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCAA21 (or 0xCCAA21) is known color: Galliano. HEX triplet: CC, AA and 21. RGB value is (204,170,33). Sum of RGB (Red+Green+Blue) = 204+170+33=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA21 is #3355DE. Grayscale: #A5A5A5. Windows color (decimal): -3364319 or 2206412. OLE color: 2206412.

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

Color convert

RGB 204 170 33 -
CMYK 0 0.17 0.84 0.2
HSL 48.07º 0.72% 0.46% -
HSV(B) 48.07º 0.84% 0.8% -
XYZ 39.55 41.7 7.4 -
YUV 164.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 204 170 33 0 0.17 0.84 0.2 48.07 0.72 0.46
Hex CC AA 21 0 11 54 14 30 48 2E
Octal 314 252 41 0 21 124 24 60 110 56
Binary 11001100 10101010 100001 0 10001 1010100 10100 110000 1001000 101110

Color Harmonies of #CCAA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA21

Black with #CCAA21

Text Example


Text Example

White with #CCAA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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