Html Css Color HEX #DCAE1C Galliano

📋 copy color: '#DCAE1C'

red 220 ◦ green 174 ◦ blue 28

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

Shades of Galliano #DCAE1C

Tints of Galliano #DCAE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.64%

R = 52.13%
G = 41.23%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCAE1C (or 0xDCAE1C) is known color: Galliano. HEX triplet: DC, AE and 1C. RGB value is (220,174,28). Sum of RGB (Red+Green+Blue) = 220+174+28=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE1C is #2351E3. Grayscale: #ABABAB. Windows color (decimal): -2314724 or 1879772. OLE color: 1879772.

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

Color convert

RGB 220 174 28 -
CMYK 0 0.21 0.87 0.14
HSL 45.63º 0.77% 0.49% -
HSV(B) 45.63º 0.87% 0.86% -
XYZ 44.86 45.57 7.53 -
YUV 171.11 47.24 162.87 -
System Red Green Blue C M Y K H S L
Decimal 220 174 28 0 0.21 0.87 0.14 45.63 0.77 0.49
Hex DC AE 1C 0 15 57 E 2E 4D 31
Octal 334 256 34 0 25 127 16 56 115 61
Binary 11011100 10101110 11100 0 10101 1010111 1110 101110 1001101 110001

Color Harmonies of #DCAE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE1C

Black with #DCAE1C

Text Example


Text Example

White with #DCAE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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