Html Css Color HEX #DCA915 Galliano

📋 copy color: '#DCA915'

red 220 ◦ green 169 ◦ blue 21

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

Shades of Galliano #DCA915

Tints of Galliano #DCA915

RGB

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

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

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

R = 53.66%
G = 41.22%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA915 (or 0xDCA915) is known color: Galliano. HEX triplet: DC, A9 and 15. RGB value is (220,169,21). Sum of RGB (Red+Green+Blue) = 220+169+21=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA915 is #2356EA. Grayscale: #A8A8A8. Windows color (decimal): -2316011 or 1419740. OLE color: 1419740.

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

Color convert

RGB 220 169 21 -
CMYK 0 0.23 0.90 0.14
HSL 44.62º 0.83% 0.47% -
HSV(B) 44.62º 0.9% 0.86% -
XYZ 43.84 43.65 6.82 -
YUV 167.38 45.4 165.53 -
System Red Green Blue C M Y K H S L
Decimal 220 169 21 0 0.23 0.90 0.14 44.62 0.83 0.47
Hex DC A9 15 0 17 5A E 2D 53 2F
Octal 334 251 25 0 27 132 16 55 123 57
Binary 11011100 10101001 10101 0 10111 1011010 1110 101101 1010011 101111

Color Harmonies of #DCA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA915

Black with #DCA915

Text Example


Text Example

White with #DCA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA915; }

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

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

background-color css

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

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

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

border-color css

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

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

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