Html Css Color HEX #CCA421 Galliano

📋 copy color: '#CCA421'

red 204 ◦ green 164 ◦ blue 33

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

Shades of Galliano #CCA421

Tints of Galliano #CCA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 50.87%
G = 40.9%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA421 (or 0xCCA421) is known color: Galliano. HEX triplet: CC, A4 and 21. RGB value is (204,164,33). Sum of RGB (Red+Green+Blue) = 204+164+33=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA421 is #335BDE. Grayscale: #A1A1A1. Windows color (decimal): -3365855 or 2204876. OLE color: 2204876.

HSL color Cylindrical-coordinate representation of color #CCA421: hue angle of 45.96º 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 #CCA421 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 33 -
CMYK 0 0.20 0.84 0.2
HSL 45.96º 0.72% 0.46% -
HSV(B) 45.96º 0.84% 0.8% -
XYZ 38.45 39.5 7.04 -
YUV 161.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 204 164 33 0 0.20 0.84 0.2 45.96 0.72 0.46
Hex CC A4 21 0 14 54 14 2E 48 2E
Octal 314 244 41 0 24 124 24 56 110 56
Binary 11001100 10100100 100001 0 10100 1010100 10100 101110 1001000 101110

Color Harmonies of #CCA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA421

Black with #CCA421

Text Example


Text Example

White with #CCA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA421; }

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

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

background-color css

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

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

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

border-color css

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

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

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