Html Css Color HEX #DCAB15 Galliano

📋 copy color: '#DCAB15'

red 220 ◦ green 171 ◦ blue 21

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

Shades of Galliano #DCAB15

Tints of Galliano #DCAB15

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 53.4%
G = 41.5%
B = 5.1%

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

#DCAB15 (or 0xDCAB15) is known color: Galliano. HEX triplet: DC, AB and 15. RGB value is (220,171,21). Sum of RGB (Red+Green+Blue) = 220+171+21=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB15 is #2354EA. Grayscale: #A9A9A9. Windows color (decimal): -2315499 or 1420252. OLE color: 1420252.

HSL color Cylindrical-coordinate representation of color #DCAB15: hue angle of 45.23º 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 #DCAB15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 21 -
CMYK 0 0.22 0.90 0.14
HSL 45.23º 0.83% 0.47% -
HSV(B) 45.23º 0.9% 0.86% -
XYZ 44.21 44.4 6.95 -
YUV 168.55 44.73 164.7 -
System Red Green Blue C M Y K H S L
Decimal 220 171 21 0 0.22 0.90 0.14 45.23 0.83 0.47
Hex DC AB 15 0 16 5A E 2D 53 2F
Octal 334 253 25 0 26 132 16 55 123 57
Binary 11011100 10101011 10101 0 10110 1011010 1110 101101 1010011 101111

Color Harmonies of #DCAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB15

Black with #DCAB15

Text Example


Text Example

White with #DCAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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