Html Css Color HEX #CCA218 Galliano

📋 copy color: '#CCA218'

red 204 ◦ green 162 ◦ blue 24

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

Shades of Galliano #CCA218

Tints of Galliano #CCA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 52.31%
G = 41.54%
B = 6.15%

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

#CCA218 (or 0xCCA218) is known color: Galliano. HEX triplet: CC, A2 and 18. RGB value is (204,162,24). Sum of RGB (Red+Green+Blue) = 204+162+24=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA218 is #335DE7. Grayscale: #9F9F9F. Windows color (decimal): -3366376 or 1614540. OLE color: 1614540.

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

Color convert

RGB 204 162 24 -
CMYK 0 0.21 0.88 0.2
HSL 46º 0.79% 0.45% -
HSV(B) 46º 0.88% 0.8% -
XYZ 37.99 38.74 6.34 -
YUV 158.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 204 162 24 0 0.21 0.88 0.2 46 0.79 0.45
Hex CC A2 18 0 15 58 14 2E 4F 2D
Octal 314 242 30 0 25 130 24 56 117 55
Binary 11001100 10100010 11000 0 10101 1011000 10100 101110 1001111 101101

Color Harmonies of #CCA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA218

Black with #CCA218

Text Example


Text Example

White with #CCA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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