Html Css Color HEX #CCA616 Galliano

📋 copy color: '#CCA616'

red 204 ◦ green 166 ◦ blue 22

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

Shades of Galliano #CCA616

Tints of Galliano #CCA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

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

R = 52.04%
G = 42.35%
B = 5.61%

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

#CCA616 (or 0xCCA616) is known color: Galliano. HEX triplet: CC, A6 and 16. RGB value is (204,166,22). Sum of RGB (Red+Green+Blue) = 204+166+22=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA616 is #3359E9. Grayscale: #A1A1A1. Windows color (decimal): -3365354 or 1484492. OLE color: 1484492.

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

Color convert

RGB 204 166 22 -
CMYK 0 0.19 0.89 0.2
HSL 47.47º 0.81% 0.44% -
HSV(B) 47.47º 0.89% 0.8% -
XYZ 38.68 40.17 6.47 -
YUV 160.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 204 166 22 0 0.19 0.89 0.2 47.47 0.81 0.44
Hex CC A6 16 0 13 59 14 2F 51 2C
Octal 314 246 26 0 23 131 24 57 121 54
Binary 11001100 10100110 10110 0 10011 1011001 10100 101111 1010001 101100

Color Harmonies of #CCA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA616

Black with #CCA616

Text Example


Text Example

White with #CCA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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