Html Css Color HEX #DCAD22 Galliano

📋 copy color: '#DCAD22'

red 220 ◦ green 173 ◦ blue 34

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

Shades of Galliano #DCAD22

Tints of Galliano #DCAD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.96%

R = 51.52%
G = 40.52%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCAD22 (or 0xDCAD22) is known color: Galliano. HEX triplet: DC, AD and 22. RGB value is (220,173,34). Sum of RGB (Red+Green+Blue) = 220+173+34=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD22 is #2352DD. Grayscale: #ABABAB. Windows color (decimal): -2314974 or 2272732. OLE color: 2272732.

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

Color convert

RGB 220 173 34 -
CMYK 0 0.21 0.85 0.14
HSL 44.84º 0.73% 0.5% -
HSV(B) 44.84º 0.85% 0.86% -
XYZ 44.75 45.22 7.88 -
YUV 171.21 50.57 162.8 -
System Red Green Blue C M Y K H S L
Decimal 220 173 34 0 0.21 0.85 0.14 44.84 0.73 0.5
Hex DC AD 22 0 15 55 E 2D 49 32
Octal 334 255 42 0 25 125 16 55 111 62
Binary 11011100 10101101 100010 0 10101 1010101 1110 101101 1001001 110010

Color Harmonies of #DCAD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD22

Black with #DCAD22

Text Example


Text Example

White with #DCAD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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