Html Css Color HEX #CCA624 Galliano

📋 copy color: '#CCA624'

red 204 ◦ green 166 ◦ blue 36

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

Shades of Galliano #CCA624

Tints of Galliano #CCA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 50.25%
G = 40.89%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA624 (or 0xCCA624) is known color: Galliano. HEX triplet: CC, A6 and 24. RGB value is (204,166,36). Sum of RGB (Red+Green+Blue) = 204+166+36=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA624 is #3359DB. Grayscale: #A3A3A3. Windows color (decimal): -3365340 or 2401996. OLE color: 2401996.

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

Color convert

RGB 204 166 36 -
CMYK 0 0.19 0.82 0.2
HSL 46.43º 0.7% 0.47% -
HSV(B) 46.43º 0.82% 0.8% -
XYZ 38.86 40.24 7.39 -
YUV 162.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 204 166 36 0 0.19 0.82 0.2 46.43 0.7 0.47
Hex CC A6 24 0 13 52 14 2E 46 2F
Octal 314 246 44 0 23 122 24 56 106 57
Binary 11001100 10100110 100100 0 10011 1010010 10100 101110 1000110 101111

Color Harmonies of #CCA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA624

Black with #CCA624

Text Example


Text Example

White with #CCA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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