Html Css Color HEX #DFB11F Gold Tips

📋 copy color: '#DFB11F'

red 223 ◦ green 177 ◦ blue 31

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

Shades of Gold Tips #DFB11F

Tints of Gold Tips #DFB11F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

 BLUE value IS 31 (12.5% from 255) = 7.19%

R = 51.74%
G = 41.07%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFB11F (or 0xDFB11F) is known color: Gold Tips. HEX triplet: DF, B1 and 1F. RGB value is (223,177,31). Sum of RGB (Red+Green+Blue) = 223+177+31=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB11F is #204EE0. Grayscale: #AEAEAE. Windows color (decimal): -2117345 or 2077151. OLE color: 2077151.

HSL color Cylindrical-coordinate representation of color #DFB11F: hue angle of 45.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFB11F is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 177 31 -
CMYK 0 0.21 0.86 0.13
HSL 45.63º 0.76% 0.5% -
HSV(B) 45.63º 0.86% 0.87% -
XYZ 46.4 47.23 7.97 -
YUV 174.11 47.24 162.87 -
System Red Green Blue C M Y K H S L
Decimal 223 177 31 0 0.21 0.86 0.13 45.63 0.76 0.5
Hex DF B1 1F 0 15 56 D 2E 4C 32
Octal 337 261 37 0 25 126 15 56 114 62
Binary 11011111 10110001 11111 0 10101 1010110 1101 101110 1001100 110010

Color Harmonies of #DFB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB11F

Black with #DFB11F

Text Example


Text Example

White with #DFB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB11F; }

 p { color: rgb(223,177,31); }

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

background-color css

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

 a { background-color: rgb(223,177,31); }

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

border-color css

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

 span { border-color: rgb(223,177,31); }

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