Html Css Color HEX #CCA224 Galliano

📋 copy color: '#CCA224'

red 204 ◦ green 162 ◦ blue 36

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

Shades of Galliano #CCA224

Tints of Galliano #CCA224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.96%

R = 50.75%
G = 40.3%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA224 (or 0xCCA224) is known color: Galliano. HEX triplet: CC, A2 and 24. RGB value is (204,162,36). Sum of RGB (Red+Green+Blue) = 204+162+36=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA224 is #335DDB. Grayscale: #A0A0A0. Windows color (decimal): -3366364 or 2400972. OLE color: 2400972.

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

Color convert

RGB 204 162 36 -
CMYK 0 0.21 0.82 0.2
HSL 45º 0.7% 0.47% -
HSV(B) 45º 0.82% 0.8% -
XYZ 38.14 38.81 7.15 -
YUV 160.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 204 162 36 0 0.21 0.82 0.2 45 0.7 0.47
Hex CC A2 24 0 15 52 14 2D 46 2F
Octal 314 242 44 0 25 122 24 55 106 57
Binary 11001100 10100010 100100 0 10101 1010010 10100 101101 1000110 101111

Color Harmonies of #CCA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA224

Black with #CCA224

Text Example


Text Example

White with #CCA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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