Html Css Color HEX #CCA516 Galliano

📋 copy color: '#CCA516'

red 204 ◦ green 165 ◦ blue 22

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

Shades of Galliano #CCA516

Tints of Galliano #CCA516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 52.17%
G = 42.2%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA516 (or 0xCCA516) is known color: Galliano. HEX triplet: CC, A5 and 16. RGB value is (204,165,22). Sum of RGB (Red+Green+Blue) = 204+165+22=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA516 is #335AE9. Grayscale: #A0A0A0. Windows color (decimal): -3365610 or 1484236. OLE color: 1484236.

HSL color Cylindrical-coordinate representation of color #CCA516: hue angle of 47.14º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCA516 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 22 -
CMYK 0 0.19 0.89 0.2
HSL 47.14º 0.81% 0.44% -
HSV(B) 47.14º 0.89% 0.8% -
XYZ 38.5 39.81 6.41 -
YUV 160.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 204 165 22 0 0.19 0.89 0.2 47.14 0.81 0.44
Hex CC A5 16 0 13 59 14 2F 51 2C
Octal 314 245 26 0 23 131 24 57 121 54
Binary 11001100 10100101 10110 0 10011 1011001 10100 101111 1010001 101100

Color Harmonies of #CCA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA516

Black with #CCA516

Text Example


Text Example

White with #CCA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA516; }

 p { color: rgb(204,165,22); }

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

background-color css

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

 a { background-color: rgb(204,165,22); }

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

border-color css

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

 span { border-color: rgb(204,165,22); }

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