Html Css Color HEX #CCA819 Galliano

📋 copy color: '#CCA819'

red 204 ◦ green 168 ◦ blue 25

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

Shades of Galliano #CCA819

Tints of Galliano #CCA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 51.39%
G = 42.32%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCA819 (or 0xCCA819) is known color: Galliano. HEX triplet: CC, A8 and 19. RGB value is (204,168,25). Sum of RGB (Red+Green+Blue) = 204+168+25=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA819 is #3357E6. Grayscale: #A3A3A3. Windows color (decimal): -3364839 or 1681612. OLE color: 1681612.

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

Color convert

RGB 204 168 25 -
CMYK 0 0.18 0.88 0.2
HSL 47.93º 0.78% 0.45% -
HSV(B) 47.93º 0.88% 0.8% -
XYZ 39.08 40.91 6.76 -
YUV 162.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 204 168 25 0 0.18 0.88 0.2 47.93 0.78 0.45
Hex CC A8 19 0 12 58 14 30 4E 2D
Octal 314 250 31 0 22 130 24 60 116 55
Binary 11001100 10101000 11001 0 10010 1011000 10100 110000 1001110 101101

Color Harmonies of #CCA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA819

Black with #CCA819

Text Example


Text Example

White with #CCA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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