Html Css Color HEX #CCA316 Galliano

📋 copy color: '#CCA316'

red 204 ◦ green 163 ◦ blue 22

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

Shades of Galliano #CCA316

Tints of Galliano #CCA316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 52.44%
G = 41.9%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA316 (or 0xCCA316) is known color: Galliano. HEX triplet: CC, A3 and 16. RGB value is (204,163,22). Sum of RGB (Red+Green+Blue) = 204+163+22=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA316 is #335CE9. Grayscale: #9F9F9F. Windows color (decimal): -3366122 or 1483724. OLE color: 1483724.

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

Color convert

RGB 204 163 22 -
CMYK 0 0.20 0.89 0.2
HSL 46.48º 0.81% 0.44% -
HSV(B) 46.48º 0.89% 0.8% -
XYZ 38.14 39.09 6.29 -
YUV 159.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 204 163 22 0 0.20 0.89 0.2 46.48 0.81 0.44
Hex CC A3 16 0 14 59 14 2E 51 2C
Octal 314 243 26 0 24 131 24 56 121 54
Binary 11001100 10100011 10110 0 10100 1011001 10100 101110 1010001 101100

Color Harmonies of #CCA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA316

Black with #CCA316

Text Example


Text Example

White with #CCA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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