Html Css Color HEX #CCA420 Galliano

📋 copy color: '#CCA420'

red 204 ◦ green 164 ◦ blue 32

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

Shades of Galliano #CCA420

Tints of Galliano #CCA420

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 51%
G = 41%
B = 8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCA420 (or 0xCCA420) is known color: Galliano. HEX triplet: CC, A4 and 20. RGB value is (204,164,32). Sum of RGB (Red+Green+Blue) = 204+164+32=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA420 is #335BDF. Grayscale: #A1A1A1. Windows color (decimal): -3365856 or 2139340. OLE color: 2139340.

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

Color convert

RGB 204 164 32 -
CMYK 0 0.20 0.84 0.2
HSL 46.05º 0.73% 0.46% -
HSV(B) 46.05º 0.84% 0.8% -
XYZ 38.44 39.49 6.96 -
YUV 160.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 204 164 32 0 0.20 0.84 0.2 46.05 0.73 0.46
Hex CC A4 20 0 14 54 14 2E 49 2E
Octal 314 244 40 0 24 124 24 56 111 56
Binary 11001100 10100100 100000 0 10100 1010100 10100 101110 1001001 101110

Color Harmonies of #CCA420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA420

Black with #CCA420

Text Example


Text Example

White with #CCA420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA420; }

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

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

background-color css

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

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

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

border-color css

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

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

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