Html Css Color HEX #CCA120 Galliano

📋 copy color: '#CCA120'

red 204 ◦ green 161 ◦ blue 32

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

Shades of Galliano #CCA120

Tints of Galliano #CCA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

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

R = 51.39%
G = 40.55%
B = 8.06%

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

#CCA120 (or 0xCCA120) is known color: Galliano. HEX triplet: CC, A1 and 20. RGB value is (204,161,32). Sum of RGB (Red+Green+Blue) = 204+161+32=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA120 is #335EDF. Grayscale: #9F9F9F. Windows color (decimal): -3366624 or 2138572. OLE color: 2138572.

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

Color convert

RGB 204 161 32 -
CMYK 0 0.21 0.84 0.2
HSL 45º 0.73% 0.46% -
HSV(B) 45º 0.84% 0.8% -
XYZ 37.91 38.43 6.79 -
YUV 159.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 204 161 32 0 0.21 0.84 0.2 45 0.73 0.46
Hex CC A1 20 0 15 54 14 2D 49 2E
Octal 314 241 40 0 25 124 24 55 111 56
Binary 11001100 10100001 100000 0 10101 1010100 10100 101101 1001001 101110

Color Harmonies of #CCA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA120

Black with #CCA120

Text Example


Text Example

White with #CCA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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