Html Css Color HEX #CCA416 Galliano

📋 copy color: '#CCA416'

red 204 ◦ green 164 ◦ blue 22

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

Shades of Galliano #CCA416

Tints of Galliano #CCA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 52.31%
G = 42.05%
B = 5.64%

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

#CCA416 (or 0xCCA416) is known color: Galliano. HEX triplet: CC, A4 and 16. RGB value is (204,164,22). Sum of RGB (Red+Green+Blue) = 204+164+22=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA416 is #335BE9. Grayscale: #A0A0A0. Windows color (decimal): -3365866 or 1483980. OLE color: 1483980.

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

Color convert

RGB 204 164 22 -
CMYK 0 0.20 0.89 0.2
HSL 46.81º 0.81% 0.44% -
HSV(B) 46.81º 0.89% 0.8% -
XYZ 38.32 39.45 6.35 -
YUV 159.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 204 164 22 0 0.20 0.89 0.2 46.81 0.81 0.44
Hex CC A4 16 0 14 59 14 2F 51 2C
Octal 314 244 26 0 24 131 24 57 121 54
Binary 11001100 10100100 10110 0 10100 1011001 10100 101111 1010001 101100

Color Harmonies of #CCA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA416

Black with #CCA416

Text Example


Text Example

White with #CCA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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