Html Css Color HEX #CCAC16 Galliano

📋 copy color: '#CCAC16'

red 204 ◦ green 172 ◦ blue 22

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

Shades of Galliano #CCAC16

Tints of Galliano #CCAC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

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

R = 51.26%
G = 43.22%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCAC16 (or 0xCCAC16) is known color: Galliano. HEX triplet: CC, AC and 16. RGB value is (204,172,22). Sum of RGB (Red+Green+Blue) = 204+172+22=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC16 is #3353E9. Grayscale: #A5A5A5. Windows color (decimal): -3363818 or 1486028. OLE color: 1486028.

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

Color convert

RGB 204 172 22 -
CMYK 0 0.16 0.89 0.2
HSL 49.45º 0.81% 0.44% -
HSV(B) 49.45º 0.89% 0.8% -
XYZ 39.8 42.4 6.85 -
YUV 164.47 47.6 156.2 -
System Red Green Blue C M Y K H S L
Decimal 204 172 22 0 0.16 0.89 0.2 49.45 0.81 0.44
Hex CC AC 16 0 10 59 14 31 51 2C
Octal 314 254 26 0 20 131 24 61 121 54
Binary 11001100 10101100 10110 0 10000 1011001 10100 110001 1010001 101100

Color Harmonies of #CCAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC16

Black with #CCAC16

Text Example


Text Example

White with #CCAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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