Html Css Color HEX #CCA424 Galliano

📋 copy color: '#CCA424'

red 204 ◦ green 164 ◦ blue 36

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

Shades of Galliano #CCA424

Tints of Galliano #CCA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.59%

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

R = 50.5%
G = 40.59%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA424 (or 0xCCA424) is known color: Galliano. HEX triplet: CC, A4 and 24. RGB value is (204,164,36). Sum of RGB (Red+Green+Blue) = 204+164+36=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA424 is #335BDB. Grayscale: #A1A1A1. Windows color (decimal): -3365852 or 2401484. OLE color: 2401484.

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

Color convert

RGB 204 164 36 -
CMYK 0 0.20 0.82 0.2
HSL 45.71º 0.7% 0.47% -
HSV(B) 45.71º 0.82% 0.8% -
XYZ 38.5 39.52 7.27 -
YUV 161.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 204 164 36 0 0.20 0.82 0.2 45.71 0.7 0.47
Hex CC A4 24 0 14 52 14 2E 46 2F
Octal 314 244 44 0 24 122 24 56 106 57
Binary 11001100 10100100 100100 0 10100 1010010 10100 101110 1000110 101111

Color Harmonies of #CCA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA424

Black with #CCA424

Text Example


Text Example

White with #CCA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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