Html Css Color HEX #CCA524 Galliano

📋 copy color: '#CCA524'

red 204 ◦ green 165 ◦ blue 36

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

Shades of Galliano #CCA524

Tints of Galliano #CCA524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

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

R = 50.37%
G = 40.74%
B = 8.89%

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

#CCA524 (or 0xCCA524) is known color: Galliano. HEX triplet: CC, A5 and 24. RGB value is (204,165,36). Sum of RGB (Red+Green+Blue) = 204+165+36=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA524 is #335ADB. Grayscale: #A2A2A2. Windows color (decimal): -3365596 or 2401740. OLE color: 2401740.

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

Color convert

RGB 204 165 36 -
CMYK 0 0.19 0.82 0.2
HSL 46.07º 0.7% 0.47% -
HSV(B) 46.07º 0.82% 0.8% -
XYZ 38.68 39.88 7.33 -
YUV 161.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 204 165 36 0 0.19 0.82 0.2 46.07 0.7 0.47
Hex CC A5 24 0 13 52 14 2E 46 2F
Octal 314 245 44 0 23 122 24 56 106 57
Binary 11001100 10100101 100100 0 10011 1010010 10100 101110 1000110 101111

Color Harmonies of #CCA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA524

Black with #CCA524

Text Example


Text Example

White with #CCA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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