Html Css Color HEX #CCA020 Galliano

📋 copy color: '#CCA020'

red 204 ◦ green 160 ◦ blue 32

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

Shades of Galliano #CCA020

Tints of Galliano #CCA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 51.52%
G = 40.4%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA020 (or 0xCCA020) is known color: Galliano. HEX triplet: CC, A0 and 20. RGB value is (204,160,32). Sum of RGB (Red+Green+Blue) = 204+160+32=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA020 is #335FDF. Grayscale: #9F9F9F. Windows color (decimal): -3366880 or 2138316. OLE color: 2138316.

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

Color convert

RGB 204 160 32 -
CMYK 0 0.22 0.84 0.2
HSL 44.65º 0.73% 0.46% -
HSV(B) 44.65º 0.84% 0.8% -
XYZ 37.73 38.08 6.73 -
YUV 158.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 204 160 32 0 0.22 0.84 0.2 44.65 0.73 0.46
Hex CC A0 20 0 16 54 14 2D 49 2E
Octal 314 240 40 0 26 124 24 55 111 56
Binary 11001100 10100000 100000 0 10110 1010100 10100 101101 1001001 101110

Color Harmonies of #CCA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA020

Black with #CCA020

Text Example


Text Example

White with #CCA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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