Html Css Color HEX #CCAC19 Galliano

📋 copy color: '#CCAC19'

red 204 ◦ green 172 ◦ blue 25

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

Shades of Galliano #CCAC19

Tints of Galliano #CCAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 50.87%
G = 42.89%
B = 6.23%

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

#CCAC19 (or 0xCCAC19) is known color: Galliano. HEX triplet: CC, AC and 19. RGB value is (204,172,25). Sum of RGB (Red+Green+Blue) = 204+172+25=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC19 is #3353E6. Grayscale: #A5A5A5. Windows color (decimal): -3363815 or 1682636. OLE color: 1682636.

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

Color convert

RGB 204 172 25 -
CMYK 0 0.16 0.88 0.2
HSL 49.27º 0.78% 0.45% -
HSV(B) 49.27º 0.88% 0.8% -
XYZ 39.83 42.41 7.01 -
YUV 164.81 49.1 155.95 -
System Red Green Blue C M Y K H S L
Decimal 204 172 25 0 0.16 0.88 0.2 49.27 0.78 0.45
Hex CC AC 19 0 10 58 14 31 4E 2D
Octal 314 254 31 0 20 130 24 61 116 55
Binary 11001100 10101100 11001 0 10000 1011000 10100 110001 1001110 101101

Color Harmonies of #CCAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC19

Black with #CCAC19

Text Example


Text Example

White with #CCAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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