Html Css Color HEX #CCAC15 Galliano

📋 copy color: '#CCAC15'

red 204 ◦ green 172 ◦ blue 21

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

Shades of Galliano #CCAC15

Tints of Galliano #CCAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 51.39%
G = 43.32%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCAC15 (or 0xCCAC15) is known color: Galliano. HEX triplet: CC, AC and 15. RGB value is (204,172,21). Sum of RGB (Red+Green+Blue) = 204+172+21=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAC15 is #3353EA. Grayscale: #A4A4A4. Windows color (decimal): -3363819 or 1420492. OLE color: 1420492.

HSL color Cylindrical-coordinate representation of color #CCAC15: hue angle of 49.51º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCAC15 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 21 -
CMYK 0 0.16 0.90 0.2
HSL 49.51º 0.81% 0.44% -
HSV(B) 49.51º 0.9% 0.8% -
XYZ 39.79 42.4 6.8 -
YUV 164.35 47.1 156.28 -
System Red Green Blue C M Y K H S L
Decimal 204 172 21 0 0.16 0.90 0.2 49.51 0.81 0.44
Hex CC AC 15 0 10 5A 14 32 51 2C
Octal 314 254 25 0 20 132 24 62 121 54
Binary 11001100 10101100 10101 0 10000 1011010 10100 110010 1010001 101100

Color Harmonies of #CCAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC15

Black with #CCAC15

Text Example


Text Example

White with #CCAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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