Html Css Color HEX #CCA920 Galliano

📋 copy color: '#CCA920'

red 204 ◦ green 169 ◦ blue 32

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

Shades of Galliano #CCA920

Tints of Galliano #CCA920

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

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

R = 50.37%
G = 41.73%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA920 (or 0xCCA920) is known color: Galliano. HEX triplet: CC, A9 and 20. RGB value is (204,169,32). Sum of RGB (Red+Green+Blue) = 204+169+32=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA920 is #3356DF. Grayscale: #A4A4A4. Windows color (decimal): -3364576 or 2140620. OLE color: 2140620.

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

Color convert

RGB 204 169 32 -
CMYK 0 0.17 0.84 0.2
HSL 47.79º 0.73% 0.46% -
HSV(B) 47.79º 0.84% 0.8% -
XYZ 39.35 41.32 7.27 -
YUV 163.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 204 169 32 0 0.17 0.84 0.2 47.79 0.73 0.46
Hex CC A9 20 0 11 54 14 30 49 2E
Octal 314 251 40 0 21 124 24 60 111 56
Binary 11001100 10101001 100000 0 10001 1010100 10100 110000 1001001 101110

Color Harmonies of #CCA920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA920

Black with #CCA920

Text Example


Text Example

White with #CCA920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA920; }

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

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

background-color css

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

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

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

border-color css

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

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

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