Html Css Color HEX #DCAE10 Galliano

📋 copy color: '#DCAE10'

red 220 ◦ green 174 ◦ blue 16

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

Shades of Galliano #DCAE10

Tints of Galliano #DCAE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 53.66%
G = 42.44%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCAE10 (or 0xDCAE10) is known color: Galliano. HEX triplet: DC, AE and 10. RGB value is (220,174,16). Sum of RGB (Red+Green+Blue) = 220+174+16=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE10 is #2351EF. Grayscale: #AAAAAA. Windows color (decimal): -2314736 or 1093340. OLE color: 1093340.

HSL color Cylindrical-coordinate representation of color #DCAE10: hue angle of 46.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCAE10 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 16 -
CMYK 0 0.21 0.93 0.14
HSL 46.47º 0.86% 0.46% -
HSV(B) 46.47º 0.93% 0.86% -
XYZ 44.74 45.53 6.92 -
YUV 169.74 41.24 163.85 -
System Red Green Blue C M Y K H S L
Decimal 220 174 16 0 0.21 0.93 0.14 46.47 0.86 0.46
Hex DC AE 10 0 15 5D E 2E 56 2E
Octal 334 256 20 0 25 135 16 56 126 56
Binary 11011100 10101110 10000 0 10101 1011101 1110 101110 1010110 101110

Color Harmonies of #DCAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE10

Black with #DCAE10

Text Example


Text Example

White with #DCAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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