Html Css Color HEX #CCAA18 Galliano

📋 copy color: '#CCAA18'

red 204 ◦ green 170 ◦ blue 24

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

Shades of Galliano #CCAA18

Tints of Galliano #CCAA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 51.26%
G = 42.71%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCAA18 (or 0xCCAA18) is known color: Galliano. HEX triplet: CC, AA and 18. RGB value is (204,170,24). Sum of RGB (Red+Green+Blue) = 204+170+24=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA18 is #3355E7. Grayscale: #A4A4A4. Windows color (decimal): -3364328 or 1616588. OLE color: 1616588.

HSL color Cylindrical-coordinate representation of color #CCAA18: hue angle of 48.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCAA18 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 24 -
CMYK 0 0.17 0.88 0.2
HSL 48.67º 0.79% 0.45% -
HSV(B) 48.67º 0.88% 0.8% -
XYZ 39.44 41.65 6.83 -
YUV 163.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 204 170 24 0 0.17 0.88 0.2 48.67 0.79 0.45
Hex CC AA 18 0 11 58 14 31 4F 2D
Octal 314 252 30 0 21 130 24 61 117 55
Binary 11001100 10101010 11000 0 10001 1011000 10100 110001 1001111 101101

Color Harmonies of #CCAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA18

Black with #CCAA18

Text Example


Text Example

White with #CCAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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