Html Css Color HEX #CCA620 Galliano

📋 copy color: '#CCA620'

red 204 ◦ green 166 ◦ blue 32

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

Shades of Galliano #CCA620

Tints of Galliano #CCA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 50.75%
G = 41.29%
B = 7.96%

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

#CCA620 (or 0xCCA620) is known color: Galliano. HEX triplet: CC, A6 and 20. RGB value is (204,166,32). Sum of RGB (Red+Green+Blue) = 204+166+32=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA620 is #3359DF. Grayscale: #A2A2A2. Windows color (decimal): -3365344 or 2139852. OLE color: 2139852.

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

Color convert

RGB 204 166 32 -
CMYK 0 0.19 0.84 0.2
HSL 46.74º 0.73% 0.46% -
HSV(B) 46.74º 0.84% 0.8% -
XYZ 38.8 40.21 7.08 -
YUV 162.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 204 166 32 0 0.19 0.84 0.2 46.74 0.73 0.46
Hex CC A6 20 0 13 54 14 2F 49 2E
Octal 314 246 40 0 23 124 24 57 111 56
Binary 11001100 10100110 100000 0 10011 1010100 10100 101111 1001001 101110

Color Harmonies of #CCA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA620

Black with #CCA620

Text Example


Text Example

White with #CCA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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