Html Css Color HEX #DCAE0F Galliano

📋 copy color: '#DCAE0F'

red 220 ◦ green 174 ◦ blue 15

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

Shades of Galliano #DCAE0F

Tints of Galliano #DCAE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.67%

R = 53.79%
G = 42.54%
B = 3.67%

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

#DCAE0F (or 0xDCAE0F) is known color: Galliano. HEX triplet: DC, AE and 0F. RGB value is (220,174,15). Sum of RGB (Red+Green+Blue) = 220+174+15=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE0F is #2351F0. Grayscale: #AAAAAA. Windows color (decimal): -2314737 or 1027804. OLE color: 1027804.

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

Color convert

RGB 220 174 15 -
CMYK 0 0.21 0.93 0.14
HSL 46.54º 0.87% 0.46% -
HSV(B) 46.54º 0.93% 0.86% -
XYZ 44.74 45.52 6.88 -
YUV 169.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 220 174 15 0 0.21 0.93 0.14 46.54 0.87 0.46
Hex DC AE F 0 15 5D E 2F 57 2E
Octal 334 256 17 0 25 135 16 57 127 56
Binary 11011100 10101110 1111 0 10101 1011101 1110 101111 1010111 101110

Color Harmonies of #DCAE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE0F

Black with #DCAE0F

Text Example


Text Example

White with #DCAE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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