Html Css Color HEX #DCAD1E Galliano

📋 copy color: '#DCAD1E'

red 220 ◦ green 173 ◦ blue 30

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

Shades of Galliano #DCAD1E

Tints of Galliano #DCAD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 52.01%
G = 40.9%
B = 7.09%

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

#DCAD1E (or 0xDCAD1E) is known color: Galliano. HEX triplet: DC, AD and 1E. RGB value is (220,173,30). Sum of RGB (Red+Green+Blue) = 220+173+30=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD1E is #2352E1. Grayscale: #ABABAB. Windows color (decimal): -2314978 or 2010588. OLE color: 2010588.

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

Color convert

RGB 220 173 30 -
CMYK 0 0.21 0.86 0.14
HSL 45.16º 0.76% 0.49% -
HSV(B) 45.16º 0.86% 0.86% -
XYZ 44.69 45.2 7.6 -
YUV 170.75 48.57 163.13 -
System Red Green Blue C M Y K H S L
Decimal 220 173 30 0 0.21 0.86 0.14 45.16 0.76 0.49
Hex DC AD 1E 0 15 56 E 2D 4C 31
Octal 334 255 36 0 25 126 16 55 114 61
Binary 11011100 10101101 11110 0 10101 1010110 1110 101101 1001100 110001

Color Harmonies of #DCAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD1E

Black with #DCAD1E

Text Example


Text Example

White with #DCAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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