Html Css Color HEX #DCA914 Galliano

📋 copy color: '#DCA914'

red 220 ◦ green 169 ◦ blue 20

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

Shades of Galliano #DCA914

Tints of Galliano #DCA914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 53.79%
G = 41.32%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA914 (or 0xDCA914) is known color: Galliano. HEX triplet: DC, A9 and 14. RGB value is (220,169,20). Sum of RGB (Red+Green+Blue) = 220+169+20=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA914 is #2356EB. Grayscale: #A7A7A7. Windows color (decimal): -2316012 or 1354204. OLE color: 1354204.

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

Color convert

RGB 220 169 20 -
CMYK 0 0.23 0.91 0.14
HSL 44.7º 0.83% 0.47% -
HSV(B) 44.7º 0.91% 0.86% -
XYZ 43.83 43.64 6.78 -
YUV 167.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 220 169 20 0 0.23 0.91 0.14 44.7 0.83 0.47
Hex DC A9 14 0 17 5B E 2D 53 2F
Octal 334 251 24 0 27 133 16 55 123 57
Binary 11011100 10101001 10100 0 10111 1011011 1110 101101 1010011 101111

Color Harmonies of #DCA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA914

Black with #DCA914

Text Example


Text Example

White with #DCA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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