Html Css Color HEX #CCA924 Galliano

📋 copy color: '#CCA924'

red 204 ◦ green 169 ◦ blue 36

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

Shades of Galliano #CCA924

Tints of Galliano #CCA924

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.32%

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

R = 49.88%
G = 41.32%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CCA924 (or 0xCCA924) is known color: Galliano. HEX triplet: CC, A9 and 24. RGB value is (204,169,36). Sum of RGB (Red+Green+Blue) = 204+169+36=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA924 is #3356DB. Grayscale: #A4A4A4. Windows color (decimal): -3364572 or 2402764. OLE color: 2402764.

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

Color convert

RGB 204 169 36 -
CMYK 0 0.17 0.82 0.2
HSL 47.5º 0.7% 0.47% -
HSV(B) 47.5º 0.82% 0.8% -
XYZ 39.41 41.34 7.57 -
YUV 164.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 204 169 36 0 0.17 0.82 0.2 47.5 0.7 0.47
Hex CC A9 24 0 11 52 14 30 46 2F
Octal 314 251 44 0 21 122 24 60 106 57
Binary 11001100 10101001 100100 0 10001 1010010 10100 110000 1000110 101111

Color Harmonies of #CCA924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA924

Black with #CCA924

Text Example


Text Example

White with #CCA924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA924; }

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

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

background-color css

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

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

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

border-color css

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

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

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