Html Css Color HEX #DFAE28 Gold Tips

📋 copy color: '#DFAE28'

red 223 ◦ green 174 ◦ blue 40

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

Shades of Gold Tips #DFAE28

Tints of Gold Tips #DFAE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

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

R = 51.03%
G = 39.82%
B = 9.15%

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

#DFAE28 (or 0xDFAE28) is known color: Gold Tips. HEX triplet: DF, AE and 28. RGB value is (223,174,40). Sum of RGB (Red+Green+Blue) = 223+174+40=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE28 is #2051D7. Grayscale: #ADADAD. Windows color (decimal): -2118104 or 2666207. OLE color: 2666207.

HSL color Cylindrical-coordinate representation of color #DFAE28: hue angle of 43.93º 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 #DFAE28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 40 -
CMYK 0 0.22 0.82 0.13
HSL 43.93º 0.74% 0.52% -
HSV(B) 43.93º 0.82% 0.87% -
XYZ 45.95 46.11 8.49 -
YUV 173.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 223 174 40 0 0.22 0.82 0.13 43.93 0.74 0.52
Hex DF AE 28 0 16 52 D 2C 4A 34
Octal 337 256 50 0 26 122 15 54 112 64
Binary 11011111 10101110 101000 0 10110 1010010 1101 101100 1001010 110100

Color Harmonies of #DFAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE28

Black with #DFAE28

Text Example


Text Example

White with #DFAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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