Html Css Color HEX #DFAD28 Gold Tips

📋 copy color: '#DFAD28'

red 223 ◦ green 173 ◦ blue 40

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

Shades of Gold Tips #DFAD28

Tints of Gold Tips #DFAD28

RGB

 RED value IS 223 (87.5% from 255) = 51.15%

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

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

R = 51.15%
G = 39.68%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFAD28 (or 0xDFAD28) is known color: Gold Tips. HEX triplet: DF, AD and 28. RGB value is (223,173,40). Sum of RGB (Red+Green+Blue) = 223+173+40=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD28 is #2052D7. Grayscale: #ADADAD. Windows color (decimal): -2118360 or 2665951. OLE color: 2665951.

HSL color Cylindrical-coordinate representation of color #DFAD28: hue angle of 43.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFAD28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 40 -
CMYK 0 0.22 0.82 0.13
HSL 43.61º 0.74% 0.52% -
HSV(B) 43.61º 0.82% 0.87% -
XYZ 45.76 45.73 8.42 -
YUV 172.79 53.07 163.81 -
System Red Green Blue C M Y K H S L
Decimal 223 173 40 0 0.22 0.82 0.13 43.61 0.74 0.52
Hex DF AD 28 0 16 52 D 2C 4A 34
Octal 337 255 50 0 26 122 15 54 112 64
Binary 11011111 10101101 101000 0 10110 1010010 1101 101100 1001010 110100

Color Harmonies of #DFAD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD28

Black with #DFAD28

Text Example


Text Example

White with #DFAD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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