Html Css Color HEX #DCAE12 Galliano

📋 copy color: '#DCAE12'

red 220 ◦ green 174 ◦ blue 18

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

Shades of Galliano #DCAE12

Tints of Galliano #DCAE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 53.4%
G = 42.23%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCAE12 (or 0xDCAE12) is known color: Galliano. HEX triplet: DC, AE and 12. RGB value is (220,174,18). Sum of RGB (Red+Green+Blue) = 220+174+18=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE12 is #2351ED. Grayscale: #AAAAAA. Windows color (decimal): -2314734 or 1224412. OLE color: 1224412.

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

Color convert

RGB 220 174 18 -
CMYK 0 0.21 0.92 0.14
HSL 46.34º 0.85% 0.47% -
HSV(B) 46.34º 0.92% 0.86% -
XYZ 44.76 45.53 7 -
YUV 169.97 42.24 163.68 -
System Red Green Blue C M Y K H S L
Decimal 220 174 18 0 0.21 0.92 0.14 46.34 0.85 0.47
Hex DC AE 12 0 15 5C E 2E 55 2F
Octal 334 256 22 0 25 134 16 56 125 57
Binary 11011100 10101110 10010 0 10101 1011100 1110 101110 1010101 101111

Color Harmonies of #DCAE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE12

Black with #DCAE12

Text Example


Text Example

White with #DCAE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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