Html Css Color HEX #CCA618 Galliano

📋 copy color: '#CCA618'

red 204 ◦ green 166 ◦ blue 24

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

Shades of Galliano #CCA618

Tints of Galliano #CCA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 51.78%
G = 42.13%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA618 (or 0xCCA618) is known color: Galliano. HEX triplet: CC, A6 and 18. RGB value is (204,166,24). Sum of RGB (Red+Green+Blue) = 204+166+24=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA618 is #3359E7. Grayscale: #A1A1A1. Windows color (decimal): -3365352 or 1615564. OLE color: 1615564.

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

Color convert

RGB 204 166 24 -
CMYK 0 0.19 0.88 0.2
HSL 47.33º 0.79% 0.45% -
HSV(B) 47.33º 0.88% 0.8% -
XYZ 38.7 40.18 6.58 -
YUV 161.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 204 166 24 0 0.19 0.88 0.2 47.33 0.79 0.45
Hex CC A6 18 0 13 58 14 2F 4F 2D
Octal 314 246 30 0 23 130 24 57 117 55
Binary 11001100 10100110 11000 0 10011 1011000 10100 101111 1001111 101101

Color Harmonies of #CCA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA618

Black with #CCA618

Text Example


Text Example

White with #CCA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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