Html Css Color HEX #DFAD2D Gold Tips

📋 copy color: '#DFAD2D'

red 223 ◦ green 173 ◦ blue 45

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

Shades of Gold Tips #DFAD2D

Tints of Gold Tips #DFAD2D

RGB

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

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

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

R = 50.57%
G = 39.23%
B = 10.2%

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

#DFAD2D (or 0xDFAD2D) is known color: Gold Tips. HEX triplet: DF, AD and 2D. RGB value is (223,173,45). Sum of RGB (Red+Green+Blue) = 223+173+45=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD2D is #2052D2. Grayscale: #ADADAD. Windows color (decimal): -2118355 or 2993631. OLE color: 2993631.

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

Color convert

RGB 223 173 45 -
CMYK 0 0.22 0.80 0.13
HSL 43.15º 0.74% 0.53% -
HSV(B) 43.15º 0.8% 0.87% -
XYZ 45.85 45.76 8.9 -
YUV 173.36 55.57 163.41 -
System Red Green Blue C M Y K H S L
Decimal 223 173 45 0 0.22 0.80 0.13 43.15 0.74 0.53
Hex DF AD 2D 0 16 50 D 2B 4A 35
Octal 337 255 55 0 26 120 15 53 112 65
Binary 11011111 10101101 101101 0 10110 1010000 1101 101011 1001010 110101

Color Harmonies of #DFAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD2D

Black with #DFAD2D

Text Example


Text Example

White with #DFAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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