Html Css Color HEX #DCAD1F Galliano

📋 copy color: '#DCAD1F'

red 220 ◦ green 173 ◦ blue 31

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

Shades of Galliano #DCAD1F

Tints of Galliano #DCAD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.31%

R = 51.89%
G = 40.8%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCAD1F (or 0xDCAD1F) is known color: Galliano. HEX triplet: DC, AD and 1F. RGB value is (220,173,31). Sum of RGB (Red+Green+Blue) = 220+173+31=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD1F is #2352E0. Grayscale: #ABABAB. Windows color (decimal): -2314977 or 2076124. OLE color: 2076124.

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

Color convert

RGB 220 173 31 -
CMYK 0 0.21 0.86 0.14
HSL 45.08º 0.75% 0.49% -
HSV(B) 45.08º 0.86% 0.86% -
XYZ 44.71 45.2 7.66 -
YUV 170.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 220 173 31 0 0.21 0.86 0.14 45.08 0.75 0.49
Hex DC AD 1F 0 15 56 E 2D 4B 31
Octal 334 255 37 0 25 126 16 55 113 61
Binary 11011100 10101101 11111 0 10101 1010110 1110 101101 1001011 110001

Color Harmonies of #DCAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD1F

Black with #DCAD1F

Text Example


Text Example

White with #DCAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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