Html Css Color HEX #CCA619 Galliano

📋 copy color: '#CCA619'

red 204 ◦ green 166 ◦ blue 25

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

Shades of Galliano #CCA619

Tints of Galliano #CCA619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 51.65%
G = 42.03%
B = 6.33%

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

#CCA619 (or 0xCCA619) is known color: Galliano. HEX triplet: CC, A6 and 19. RGB value is (204,166,25). Sum of RGB (Red+Green+Blue) = 204+166+25=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA619 is #3359E6. Grayscale: #A1A1A1. Windows color (decimal): -3365351 or 1681100. OLE color: 1681100.

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

Color convert

RGB 204 166 25 -
CMYK 0 0.19 0.88 0.2
HSL 47.26º 0.78% 0.45% -
HSV(B) 47.26º 0.88% 0.8% -
XYZ 38.71 40.18 6.63 -
YUV 161.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 204 166 25 0 0.19 0.88 0.2 47.26 0.78 0.45
Hex CC A6 19 0 13 58 14 2F 4E 2D
Octal 314 246 31 0 23 130 24 57 116 55
Binary 11001100 10100110 11001 0 10011 1011000 10100 101111 1001110 101101

Color Harmonies of #CCA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA619

Black with #CCA619

Text Example


Text Example

White with #CCA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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