Html Css Color HEX #CCAA24 Galliano

📋 copy color: '#CCAA24'

red 204 ◦ green 170 ◦ blue 36

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

Shades of Galliano #CCAA24

Tints of Galliano #CCAA24

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 49.76%
G = 41.46%
B = 8.78%

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

#CCAA24 (or 0xCCAA24) is known color: Galliano. HEX triplet: CC, AA and 24. RGB value is (204,170,36). Sum of RGB (Red+Green+Blue) = 204+170+36=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA24 is #3355DB. Grayscale: #A5A5A5. Windows color (decimal): -3364316 or 2403020. OLE color: 2403020.

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

Color convert

RGB 204 170 36 -
CMYK 0 0.17 0.82 0.2
HSL 47.86º 0.7% 0.47% -
HSV(B) 47.86º 0.82% 0.8% -
XYZ 39.6 41.71 7.63 -
YUV 164.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 204 170 36 0 0.17 0.82 0.2 47.86 0.7 0.47
Hex CC AA 24 0 11 52 14 30 46 2F
Octal 314 252 44 0 21 122 24 60 106 57
Binary 11001100 10101010 100100 0 10001 1010010 10100 110000 1000110 101111

Color Harmonies of #CCAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA24

Black with #CCAA24

Text Example


Text Example

White with #CCAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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