Html Css Color HEX #CCA220 Galliano

📋 copy color: '#CCA220'

red 204 ◦ green 162 ◦ blue 32

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

Shades of Galliano #CCA220

Tints of Galliano #CCA220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 51.26%
G = 40.7%
B = 8.04%

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

#CCA220 (or 0xCCA220) is known color: Galliano. HEX triplet: CC, A2 and 20. RGB value is (204,162,32). Sum of RGB (Red+Green+Blue) = 204+162+32=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA220 is #335DDF. Grayscale: #A0A0A0. Windows color (decimal): -3366368 or 2138828. OLE color: 2138828.

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

Color convert

RGB 204 162 32 -
CMYK 0 0.21 0.84 0.2
HSL 45.35º 0.73% 0.46% -
HSV(B) 45.35º 0.84% 0.8% -
XYZ 38.08 38.78 6.85 -
YUV 159.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 204 162 32 0 0.21 0.84 0.2 45.35 0.73 0.46
Hex CC A2 20 0 15 54 14 2D 49 2E
Octal 314 242 40 0 25 124 24 55 111 56
Binary 11001100 10100010 100000 0 10101 1010100 10100 101101 1001001 101110

Color Harmonies of #CCA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA220

Black with #CCA220

Text Example


Text Example

White with #CCA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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