Html Css Color HEX #CCA118 Galliano

📋 copy color: '#CCA118'

red 204 ◦ green 161 ◦ blue 24

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

Shades of Galliano #CCA118

Tints of Galliano #CCA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 52.44%
G = 41.39%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA118 (or 0xCCA118) is known color: Galliano. HEX triplet: CC, A1 and 18. RGB value is (204,161,24). Sum of RGB (Red+Green+Blue) = 204+161+24=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA118 is #335EE7. Grayscale: #9E9E9E. Windows color (decimal): -3366632 or 1614284. OLE color: 1614284.

HSL color Cylindrical-coordinate representation of color #CCA118: hue angle of 45.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCA118 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 24 -
CMYK 0 0.21 0.88 0.2
HSL 45.67º 0.79% 0.45% -
HSV(B) 45.67º 0.88% 0.8% -
XYZ 37.81 38.39 6.28 -
YUV 158.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 204 161 24 0 0.21 0.88 0.2 45.67 0.79 0.45
Hex CC A1 18 0 15 58 14 2E 4F 2D
Octal 314 241 30 0 25 130 24 56 117 55
Binary 11001100 10100001 11000 0 10101 1011000 10100 101110 1001111 101101

Color Harmonies of #CCA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA118

Black with #CCA118

Text Example


Text Example

White with #CCA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA118; }

 p { color: rgb(204,161,24); }

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

background-color css

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

 a { background-color: rgb(204,161,24); }

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

border-color css

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

 span { border-color: rgb(204,161,24); }

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