Html Css Color HEX #CCA124 Galliano

📋 copy color: '#CCA124'

red 204 ◦ green 161 ◦ blue 36

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

Shades of Galliano #CCA124

Tints of Galliano #CCA124

RGB

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

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

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

R = 50.87%
G = 40.15%
B = 8.98%

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

#CCA124 (or 0xCCA124) is known color: Galliano. HEX triplet: CC, A1 and 24. RGB value is (204,161,36). Sum of RGB (Red+Green+Blue) = 204+161+36=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA124 is #335EDB. Grayscale: #A0A0A0. Windows color (decimal): -3366620 or 2400716. OLE color: 2400716.

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

Color convert

RGB 204 161 36 -
CMYK 0 0.21 0.82 0.2
HSL 44.64º 0.7% 0.47% -
HSV(B) 44.64º 0.82% 0.8% -
XYZ 37.97 38.45 7.09 -
YUV 159.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 204 161 36 0 0.21 0.82 0.2 44.64 0.7 0.47
Hex CC A1 24 0 15 52 14 2D 46 2F
Octal 314 241 44 0 25 122 24 55 106 57
Binary 11001100 10100001 100100 0 10101 1010010 10100 101101 1000110 101111

Color Harmonies of #CCA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA124

Black with #CCA124

Text Example


Text Example

White with #CCA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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