Html Css Color HEX #CCA221 Galliano

📋 copy color: '#CCA221'

red 204 ◦ green 162 ◦ blue 33

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

Shades of Galliano #CCA221

Tints of Galliano #CCA221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

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

R = 51.13%
G = 40.6%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA221 (or 0xCCA221) is known color: Galliano. HEX triplet: CC, A2 and 21. RGB value is (204,162,33). Sum of RGB (Red+Green+Blue) = 204+162+33=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA221 is #335DDE. Grayscale: #A0A0A0. Windows color (decimal): -3366367 or 2204364. OLE color: 2204364.

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

Color convert

RGB 204 162 33 -
CMYK 0 0.21 0.84 0.2
HSL 45.26º 0.72% 0.46% -
HSV(B) 45.26º 0.84% 0.8% -
XYZ 38.1 38.79 6.92 -
YUV 159.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 204 162 33 0 0.21 0.84 0.2 45.26 0.72 0.46
Hex CC A2 21 0 15 54 14 2D 48 2E
Octal 314 242 41 0 25 124 24 55 110 56
Binary 11001100 10100010 100001 0 10101 1010100 10100 101101 1001000 101110

Color Harmonies of #CCA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA221

Black with #CCA221

Text Example


Text Example

White with #CCA221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA221; }

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

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

background-color css

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

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

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

border-color css

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

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

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