Html Css Color HEX #DCAD23 Galliano

📋 copy color: '#DCAD23'

red 220 ◦ green 173 ◦ blue 35

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

Shades of Galliano #DCAD23

Tints of Galliano #DCAD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 51.4%
G = 40.42%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCAD23 (or 0xDCAD23) is known color: Galliano. HEX triplet: DC, AD and 23. RGB value is (220,173,35). Sum of RGB (Red+Green+Blue) = 220+173+35=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD23 is #2352DC. Grayscale: #ABABAB. Windows color (decimal): -2314973 or 2338268. OLE color: 2338268.

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

Color convert

RGB 220 173 35 -
CMYK 0 0.21 0.84 0.14
HSL 44.76º 0.73% 0.5% -
HSV(B) 44.76º 0.84% 0.86% -
XYZ 44.76 45.22 7.96 -
YUV 171.32 51.07 162.72 -
System Red Green Blue C M Y K H S L
Decimal 220 173 35 0 0.21 0.84 0.14 44.76 0.73 0.5
Hex DC AD 23 0 15 54 E 2D 49 32
Octal 334 255 43 0 25 124 16 55 111 62
Binary 11011100 10101101 100011 0 10101 1010100 1110 101101 1001001 110010

Color Harmonies of #DCAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD23

Black with #DCAD23

Text Example


Text Example

White with #DCAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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