Html Css Color HEX #DCAD0F Galliano

📋 copy color: '#DCAD0F'

red 220 ◦ green 173 ◦ blue 15

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

Shades of Galliano #DCAD0F

Tints of Galliano #DCAD0F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.4%

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

R = 53.92%
G = 42.4%
B = 3.68%

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

#DCAD0F (or 0xDCAD0F) is known color: Galliano. HEX triplet: DC, AD and 0F. RGB value is (220,173,15). Sum of RGB (Red+Green+Blue) = 220+173+15=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD0F is #2352F0. Grayscale: #A9A9A9. Windows color (decimal): -2314993 or 1027548. OLE color: 1027548.

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

Color convert

RGB 220 173 15 -
CMYK 0 0.21 0.93 0.14
HSL 46.24º 0.87% 0.46% -
HSV(B) 46.24º 0.93% 0.86% -
XYZ 44.54 45.14 6.82 -
YUV 169.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 220 173 15 0 0.21 0.93 0.14 46.24 0.87 0.46
Hex DC AD F 0 15 5D E 2E 57 2E
Octal 334 255 17 0 25 135 16 56 127 56
Binary 11011100 10101101 1111 0 10101 1011101 1110 101110 1010111 101110

Color Harmonies of #DCAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD0F

Black with #DCAD0F

Text Example


Text Example

White with #DCAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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