Html Css Color HEX #DFAB2F Gold Tips

📋 copy color: '#DFAB2F'

red 223 ◦ green 171 ◦ blue 47

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

Shades of Gold Tips #DFAB2F

Tints of Gold Tips #DFAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 50.57%
G = 38.78%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFAB2F (or 0xDFAB2F) is known color: Gold Tips. HEX triplet: DF, AB and 2F. RGB value is (223,171,47). Sum of RGB (Red+Green+Blue) = 223+171+47=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB2F is #2054D0. Grayscale: #ACACAC. Windows color (decimal): -2118865 or 3124191. OLE color: 3124191.

HSL color Cylindrical-coordinate representation of color #DFAB2F: hue angle of 42.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFAB2F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 47 -
CMYK 0 0.23 0.79 0.13
HSL 42.27º 0.73% 0.53% -
HSV(B) 42.27º 0.79% 0.87% -
XYZ 45.51 45.02 8.98 -
YUV 172.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 223 171 47 0 0.23 0.79 0.13 42.27 0.73 0.53
Hex DF AB 2F 0 17 4F D 2A 49 35
Octal 337 253 57 0 27 117 15 52 111 65
Binary 11011111 10101011 101111 0 10111 1001111 1101 101010 1001001 110101

Color Harmonies of #DFAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB2F

Black with #DFAB2F

Text Example


Text Example

White with #DFAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB2F; }

 p { color: rgb(223,171,47); }

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

background-color css

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

 a { background-color: rgb(223,171,47); }

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

border-color css

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

 span { border-color: rgb(223,171,47); }

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