Html Css Color HEX #DFAE2D Gold Tips

📋 copy color: '#DFAE2D'

red 223 ◦ green 174 ◦ blue 45

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

Shades of Gold Tips #DFAE2D

Tints of Gold Tips #DFAE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.18%

R = 50.45%
G = 39.37%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFAE2D (or 0xDFAE2D) is known color: Gold Tips. HEX triplet: DF, AE and 2D. RGB value is (223,174,45). Sum of RGB (Red+Green+Blue) = 223+174+45=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE2D is #2051D2. Grayscale: #AEAEAE. Windows color (decimal): -2118099 or 2993887. OLE color: 2993887.

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

Color convert

RGB 223 174 45 -
CMYK 0 0.22 0.80 0.13
HSL 43.48º 0.74% 0.53% -
HSV(B) 43.48º 0.8% 0.87% -
XYZ 46.04 46.15 8.96 -
YUV 173.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 223 174 45 0 0.22 0.80 0.13 43.48 0.74 0.53
Hex DF AE 2D 0 16 50 D 2B 4A 35
Octal 337 256 55 0 26 120 15 53 112 65
Binary 11011111 10101110 101101 0 10110 1010000 1101 101011 1001010 110101

Color Harmonies of #DFAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE2D

Black with #DFAE2D

Text Example


Text Example

White with #DFAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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