Html Css Color HEX #DCAE14 Galliano

📋 copy color: '#DCAE14'

red 220 ◦ green 174 ◦ blue 20

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

Shades of Galliano #DCAE14

Tints of Galliano #DCAE14

RGB

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

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

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

R = 53.14%
G = 42.03%
B = 4.83%

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

#DCAE14 (or 0xDCAE14) is known color: Galliano. HEX triplet: DC, AE and 14. RGB value is (220,174,20). Sum of RGB (Red+Green+Blue) = 220+174+20=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE14 is #2351EB. Grayscale: #AAAAAA. Windows color (decimal): -2314732 or 1355484. OLE color: 1355484.

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

Color convert

RGB 220 174 20 -
CMYK 0 0.21 0.91 0.14
HSL 46.2º 0.83% 0.47% -
HSV(B) 46.2º 0.91% 0.86% -
XYZ 44.78 45.54 7.09 -
YUV 170.2 43.24 163.52 -
System Red Green Blue C M Y K H S L
Decimal 220 174 20 0 0.21 0.91 0.14 46.2 0.83 0.47
Hex DC AE 14 0 15 5B E 2E 53 2F
Octal 334 256 24 0 25 133 16 56 123 57
Binary 11011100 10101110 10100 0 10101 1011011 1110 101110 1010011 101111

Color Harmonies of #DCAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE14

Black with #DCAE14

Text Example


Text Example

White with #DCAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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