Html Css Color HEX #DCAE16 Galliano

📋 copy color: '#DCAE16'

red 220 ◦ green 174 ◦ blue 22

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

Shades of Galliano #DCAE16

Tints of Galliano #DCAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 52.88%
G = 41.83%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCAE16 (or 0xDCAE16) is known color: Galliano. HEX triplet: DC, AE and 16. RGB value is (220,174,22). Sum of RGB (Red+Green+Blue) = 220+174+22=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE16 is #2351E9. Grayscale: #ABABAB. Windows color (decimal): -2314730 or 1486556. OLE color: 1486556.

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

Color convert

RGB 220 174 22 -
CMYK 0 0.21 0.9 0.14
HSL 46.06º 0.82% 0.47% -
HSV(B) 46.06º 0.9% 0.86% -
XYZ 44.8 45.55 7.19 -
YUV 170.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 220 174 22 0 0.21 0.9 0.14 46.06 0.82 0.47
Hex DC AE 16 0 15 5A E 2E 52 2F
Octal 334 256 26 0 25 132 16 56 122 57
Binary 11011100 10101110 10110 0 10101 1011010 1110 101110 1010010 101111

Color Harmonies of #DCAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE16

Black with #DCAE16

Text Example


Text Example

White with #DCAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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