Html Css Color HEX #DCAC15 Galliano

📋 copy color: '#DCAC15'

red 220 ◦ green 172 ◦ blue 21

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

Shades of Galliano #DCAC15

Tints of Galliano #DCAC15

RGB

 RED value IS 220 (86.33% from 255) = 53.27%

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

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

R = 53.27%
G = 41.65%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCAC15 (or 0xDCAC15) is known color: Galliano. HEX triplet: DC, AC and 15. RGB value is (220,172,21). Sum of RGB (Red+Green+Blue) = 220+172+21=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC15 is #2353EA. Grayscale: #A9A9A9. Windows color (decimal): -2315243 or 1420508. OLE color: 1420508.

HSL color Cylindrical-coordinate representation of color #DCAC15: hue angle of 45.53º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCAC15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 21 -
CMYK 0 0.22 0.90 0.14
HSL 45.53º 0.83% 0.47% -
HSV(B) 45.53º 0.9% 0.86% -
XYZ 44.4 44.77 7.01 -
YUV 169.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 220 172 21 0 0.22 0.90 0.14 45.53 0.83 0.47
Hex DC AC 15 0 16 5A E 2E 53 2F
Octal 334 254 25 0 26 132 16 56 123 57
Binary 11011100 10101100 10101 0 10110 1011010 1110 101110 1010011 101111

Color Harmonies of #DCAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC15

Black with #DCAC15

Text Example


Text Example

White with #DCAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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