Html Css Color HEX #DFA92D Gold Tips

📋 copy color: '#DFA92D'

red 223 ◦ green 169 ◦ blue 45

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

Shades of Gold Tips #DFA92D

Tints of Gold Tips #DFA92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.67%

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

R = 51.03%
G = 38.67%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DFA92D (or 0xDFA92D) is known color: Gold Tips. HEX triplet: DF, A9 and 2D. RGB value is (223,169,45). Sum of RGB (Red+Green+Blue) = 223+169+45=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA92D is #2056D2. Grayscale: #ABABAB. Windows color (decimal): -2119379 or 2992607. OLE color: 2992607.

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

Color convert

RGB 223 169 45 -
CMYK 0 0.24 0.80 0.13
HSL 41.8º 0.74% 0.53% -
HSV(B) 41.8º 0.8% 0.87% -
XYZ 45.09 44.25 8.65 -
YUV 171.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 223 169 45 0 0.24 0.80 0.13 41.8 0.74 0.53
Hex DF A9 2D 0 18 50 D 2A 4A 35
Octal 337 251 55 0 30 120 15 52 112 65
Binary 11011111 10101001 101101 0 11000 1010000 1101 101010 1001010 110101

Color Harmonies of #DFA92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA92D

Black with #DFA92D

Text Example


Text Example

White with #DFA92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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