Html Css Color HEX #CCA520 Galliano

📋 copy color: '#CCA520'

red 204 ◦ green 165 ◦ blue 32

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

Shades of Galliano #CCA520

Tints of Galliano #CCA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 50.87%
G = 41.15%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA520 (or 0xCCA520) is known color: Galliano. HEX triplet: CC, A5 and 20. RGB value is (204,165,32). Sum of RGB (Red+Green+Blue) = 204+165+32=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA520 is #335ADF. Grayscale: #A2A2A2. Windows color (decimal): -3365600 or 2139596. OLE color: 2139596.

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

Color convert

RGB 204 165 32 -
CMYK 0 0.19 0.84 0.2
HSL 46.4º 0.73% 0.46% -
HSV(B) 46.4º 0.84% 0.8% -
XYZ 38.62 39.85 7.02 -
YUV 161.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 204 165 32 0 0.19 0.84 0.2 46.4 0.73 0.46
Hex CC A5 20 0 13 54 14 2E 49 2E
Octal 314 245 40 0 23 124 24 56 111 56
Binary 11001100 10100101 100000 0 10011 1010100 10100 101110 1001001 101110

Color Harmonies of #CCA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA520

Black with #CCA520

Text Example


Text Example

White with #CCA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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