Html Css Color HEX #CCAB18 Galliano

📋 copy color: '#CCAB18'

red 204 ◦ green 171 ◦ blue 24

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

Shades of Galliano #CCAB18

Tints of Galliano #CCAB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

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

R = 51.13%
G = 42.86%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCAB18 (or 0xCCAB18) is known color: Galliano. HEX triplet: CC, AB and 18. RGB value is (204,171,24). Sum of RGB (Red+Green+Blue) = 204+171+24=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB18 is #3354E7. Grayscale: #A4A4A4. Windows color (decimal): -3364072 or 1616844. OLE color: 1616844.

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

Color convert

RGB 204 171 24 -
CMYK 0 0.16 0.88 0.2
HSL 49º 0.79% 0.45% -
HSV(B) 49º 0.88% 0.8% -
XYZ 39.63 42.03 6.89 -
YUV 164.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 204 171 24 0 0.16 0.88 0.2 49 0.79 0.45
Hex CC AB 18 0 10 58 14 31 4F 2D
Octal 314 253 30 0 20 130 24 61 117 55
Binary 11001100 10101011 11000 0 10000 1011000 10100 110001 1001111 101101

Color Harmonies of #CCAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB18

Black with #CCAB18

Text Example


Text Example

White with #CCAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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