Html Css Color HEX #DCAD26 Gold Tips

📋 copy color: '#DCAD26'

red 220 ◦ green 173 ◦ blue 38

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

Shades of Gold Tips #DCAD26

Tints of Gold Tips #DCAD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.82%

R = 51.04%
G = 40.14%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCAD26 (or 0xDCAD26) is known color: Gold Tips. HEX triplet: DC, AD and 26. RGB value is (220,173,38). Sum of RGB (Red+Green+Blue) = 220+173+38=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD26 is #2352D9. Grayscale: #ACACAC. Windows color (decimal): -2314970 or 2534876. OLE color: 2534876.

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

Color convert

RGB 220 173 38 -
CMYK 0 0.21 0.83 0.14
HSL 44.51º 0.72% 0.51% -
HSV(B) 44.51º 0.83% 0.86% -
XYZ 44.81 45.24 8.2 -
YUV 171.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 220 173 38 0 0.21 0.83 0.14 44.51 0.72 0.51
Hex DC AD 26 0 15 53 E 2D 48 33
Octal 334 255 46 0 25 123 16 55 110 63
Binary 11011100 10101101 100110 0 10101 1010011 1110 101101 1001000 110011

Color Harmonies of #DCAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD26

Black with #DCAD26

Text Example


Text Example

White with #DCAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD26; }

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

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

background-color css

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

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

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

border-color css

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

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

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