Html Css Color HEX #CCA820 Galliano

📋 copy color: '#CCA820'

red 204 ◦ green 168 ◦ blue 32

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

Shades of Galliano #CCA820

Tints of Galliano #CCA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 50.5%
G = 41.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA820 (or 0xCCA820) is known color: Galliano. HEX triplet: CC, A8 and 20. RGB value is (204,168,32). Sum of RGB (Red+Green+Blue) = 204+168+32=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA820 is #3357DF. Grayscale: #A3A3A3. Windows color (decimal): -3364832 or 2140364. OLE color: 2140364.

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

Color convert

RGB 204 168 32 -
CMYK 0 0.18 0.84 0.2
HSL 47.44º 0.73% 0.46% -
HSV(B) 47.44º 0.84% 0.8% -
XYZ 39.17 40.95 7.21 -
YUV 163.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 204 168 32 0 0.18 0.84 0.2 47.44 0.73 0.46
Hex CC A8 20 0 12 54 14 2F 49 2E
Octal 314 250 40 0 22 124 24 57 111 56
Binary 11001100 10101000 100000 0 10010 1010100 10100 101111 1001001 101110

Color Harmonies of #CCA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA820

Black with #CCA820

Text Example


Text Example

White with #CCA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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