Html Css Color HEX #DCAE15 Galliano

📋 copy color: '#DCAE15'

red 220 ◦ green 174 ◦ blue 21

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

Shades of Galliano #DCAE15

Tints of Galliano #DCAE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 53.01%
G = 41.93%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCAE15 (or 0xDCAE15) is known color: Galliano. HEX triplet: DC, AE and 15. RGB value is (220,174,21). Sum of RGB (Red+Green+Blue) = 220+174+21=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE15 is #2351EA. Grayscale: #AAAAAA. Windows color (decimal): -2314731 or 1421020. OLE color: 1421020.

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

Color convert

RGB 220 174 21 -
CMYK 0 0.21 0.90 0.14
HSL 46.13º 0.83% 0.47% -
HSV(B) 46.13º 0.9% 0.86% -
XYZ 44.79 45.54 7.14 -
YUV 170.31 43.74 163.44 -
System Red Green Blue C M Y K H S L
Decimal 220 174 21 0 0.21 0.90 0.14 46.13 0.83 0.47
Hex DC AE 15 0 15 5A E 2E 53 2F
Octal 334 256 25 0 25 132 16 56 123 57
Binary 11011100 10101110 10101 0 10101 1011010 1110 101110 1010011 101111

Color Harmonies of #DCAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE15

Black with #DCAE15

Text Example


Text Example

White with #DCAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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