Html Css Color HEX #CCA716 Galliano

📋 copy color: '#CCA716'

red 204 ◦ green 167 ◦ blue 22

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

Shades of Galliano #CCA716

Tints of Galliano #CCA716

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

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

R = 51.91%
G = 42.49%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA716 (or 0xCCA716) is known color: Galliano. HEX triplet: CC, A7 and 16. RGB value is (204,167,22). Sum of RGB (Red+Green+Blue) = 204+167+22=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA716 is #3358E9. Grayscale: #A2A2A2. Windows color (decimal): -3365098 or 1484748. OLE color: 1484748.

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

Color convert

RGB 204 167 22 -
CMYK 0 0.18 0.89 0.2
HSL 47.8º 0.81% 0.44% -
HSV(B) 47.8º 0.89% 0.8% -
XYZ 38.87 40.53 6.53 -
YUV 161.53 49.26 158.29 -
System Red Green Blue C M Y K H S L
Decimal 204 167 22 0 0.18 0.89 0.2 47.8 0.81 0.44
Hex CC A7 16 0 12 59 14 30 51 2C
Octal 314 247 26 0 22 131 24 60 121 54
Binary 11001100 10100111 10110 0 10010 1011001 10100 110000 1010001 101100

Color Harmonies of #CCA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA716

Black with #CCA716

Text Example


Text Example

White with #CCA716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA716; }

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

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

background-color css

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

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

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

border-color css

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

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

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