Html Css Color HEX #DCA813 Galliano

📋 copy color: '#DCA813'

red 220 ◦ green 168 ◦ blue 19

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

Shades of Galliano #DCA813

Tints of Galliano #DCA813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 54.05%
G = 41.28%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA813 (or 0xDCA813) is known color: Galliano. HEX triplet: DC, A8 and 13. RGB value is (220,168,19). Sum of RGB (Red+Green+Blue) = 220+168+19=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA813 is #2357EC. Grayscale: #A7A7A7. Windows color (decimal): -2316269 or 1288412. OLE color: 1288412.

HSL color Cylindrical-coordinate representation of color #DCA813: hue angle of 44.48º degrees, saturation: 0.84, 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 #DCA813 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 19 -
CMYK 0 0.24 0.91 0.14
HSL 44.48º 0.84% 0.47% -
HSV(B) 44.48º 0.91% 0.86% -
XYZ 43.64 43.27 6.67 -
YUV 166.56 44.73 166.12 -
System Red Green Blue C M Y K H S L
Decimal 220 168 19 0 0.24 0.91 0.14 44.48 0.84 0.47
Hex DC A8 13 0 18 5B E 2C 54 2F
Octal 334 250 23 0 30 133 16 54 124 57
Binary 11011100 10101000 10011 0 11000 1011011 1110 101100 1010100 101111

Color Harmonies of #DCA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA813

Black with #DCA813

Text Example


Text Example

White with #DCA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA813; }

 p { color: rgb(220,168,19); }

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

background-color css

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

 a { background-color: rgb(220,168,19); }

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

border-color css

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

 span { border-color: rgb(220,168,19); }

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