Html Css Color HEX #DCAD28 Gold Tips

📋 copy color: '#DCAD28'

red 220 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #DCAD28

Tints of Gold Tips #DCAD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 50.81%
G = 39.95%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCAD28 (or 0xDCAD28) is known color: Gold Tips. HEX triplet: DC, AD and 28. RGB value is (220,173,40). Sum of RGB (Red+Green+Blue) = 220+173+40=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD28 is #2352D7. Grayscale: #ACACAC. Windows color (decimal): -2314968 or 2665948. OLE color: 2665948.

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

Color convert

RGB 220 173 40 -
CMYK 0 0.21 0.82 0.14
HSL 44.33º 0.72% 0.51% -
HSV(B) 44.33º 0.82% 0.86% -
XYZ 44.84 45.26 8.38 -
YUV 171.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 220 173 40 0 0.21 0.82 0.14 44.33 0.72 0.51
Hex DC AD 28 0 15 52 E 2C 48 33
Octal 334 255 50 0 25 122 16 54 110 63
Binary 11011100 10101101 101000 0 10101 1010010 1110 101100 1001000 110011

Color Harmonies of #DCAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD28

Black with #DCAD28

Text Example


Text Example

White with #DCAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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