Html Css Color HEX #DCA714 Galliano

📋 copy color: '#DCA714'

red 220 ◦ green 167 ◦ blue 20

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

Shades of Galliano #DCA714

Tints of Galliano #DCA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.03%

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

R = 54.05%
G = 41.03%
B = 4.91%

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

#DCA714 (or 0xDCA714) is known color: Galliano. HEX triplet: DC, A7 and 14. RGB value is (220,167,20). Sum of RGB (Red+Green+Blue) = 220+167+20=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA714 is #2358EB. Grayscale: #A6A6A6. Windows color (decimal): -2316524 or 1353692. OLE color: 1353692.

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

Color convert

RGB 220 167 20 -
CMYK 0 0.24 0.91 0.14
HSL 44.1º 0.83% 0.47% -
HSV(B) 44.1º 0.91% 0.86% -
XYZ 43.46 42.9 6.65 -
YUV 166.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 220 167 20 0 0.24 0.91 0.14 44.1 0.83 0.47
Hex DC A7 14 0 18 5B E 2C 53 2F
Octal 334 247 24 0 30 133 16 54 123 57
Binary 11011100 10100111 10100 0 11000 1011011 1110 101100 1010011 101111

Color Harmonies of #DCA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA714

Black with #DCA714

Text Example


Text Example

White with #DCA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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