Html Css Color HEX #DCAE13 Galliano

📋 copy color: '#DCAE13'

red 220 ◦ green 174 ◦ blue 19

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

Shades of Galliano #DCAE13

Tints of Galliano #DCAE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

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

R = 53.27%
G = 42.13%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCAE13 (or 0xDCAE13) is known color: Galliano. HEX triplet: DC, AE and 13. RGB value is (220,174,19). Sum of RGB (Red+Green+Blue) = 220+174+19=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE13 is #2351EC. Grayscale: #AAAAAA. Windows color (decimal): -2314733 or 1289948. OLE color: 1289948.

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

Color convert

RGB 220 174 19 -
CMYK 0 0.21 0.91 0.14
HSL 46.27º 0.84% 0.47% -
HSV(B) 46.27º 0.91% 0.86% -
XYZ 44.77 45.53 7.05 -
YUV 170.08 42.74 163.6 -
System Red Green Blue C M Y K H S L
Decimal 220 174 19 0 0.21 0.91 0.14 46.27 0.84 0.47
Hex DC AE 13 0 15 5B E 2E 54 2F
Octal 334 256 23 0 25 133 16 56 124 57
Binary 11011100 10101110 10011 0 10101 1011011 1110 101110 1010100 101111

Color Harmonies of #DCAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE13

Black with #DCAE13

Text Example


Text Example

White with #DCAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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