Html Css Color HEX #CCA919 Galliano

📋 copy color: '#CCA919'

red 204 ◦ green 169 ◦ blue 25

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

Shades of Galliano #CCA919

Tints of Galliano #CCA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.46%

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

R = 51.26%
G = 42.46%
B = 6.28%

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

#CCA919 (or 0xCCA919) is known color: Galliano. HEX triplet: CC, A9 and 19. RGB value is (204,169,25). Sum of RGB (Red+Green+Blue) = 204+169+25=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA919 is #3356E6. Grayscale: #A3A3A3. Windows color (decimal): -3364583 or 1681868. OLE color: 1681868.

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

Color convert

RGB 204 169 25 -
CMYK 0 0.17 0.88 0.2
HSL 48.27º 0.78% 0.45% -
HSV(B) 48.27º 0.88% 0.8% -
XYZ 39.27 41.28 6.82 -
YUV 163.05 50.1 157.21 -
System Red Green Blue C M Y K H S L
Decimal 204 169 25 0 0.17 0.88 0.2 48.27 0.78 0.45
Hex CC A9 19 0 11 58 14 30 4E 2D
Octal 314 251 31 0 21 130 24 60 116 55
Binary 11001100 10101001 11001 0 10001 1011000 10100 110000 1001110 101101

Color Harmonies of #CCA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA919

Black with #CCA919

Text Example


Text Example

White with #CCA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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