#DFB71B

Color #DFB71B Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DFB71B

Tints of Sunflower #DFB71B

Color information

#DFB71B (or 0xDFB71B) is unknown color: approx Sunflower. HEX triplet: DF, B7 and 1B. RGB value is (223,183,27). Sum of RGB (Red+Green+Blue) = 223+183+27=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB71B is #2048E4. Grayscale: #B1B1B1. Windows color (decimal): -2115813 or 1816543. OLE color: 1816543.

HSL color Cylindrical-coordinate representation of color #DFB71B: hue angle of 47.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFB71B is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB22318327-
CMYK00.180.880.13
HSL47.76º78.4%49.02%-
HSV(B)47.76º87.89%87.45%-
XYZ47.5649.638.11-
YUV177.1843.25160.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 27 (10.94% from 255) = 6.24%
R=51.50%
G=42.26%
B=6.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231832700.180.880.1347.7678.449.02
HexDFB71B01258D304e31
Octal33726733022130156011661
Binary110111111011011111011010010101100011011100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB71B; }

 p { color: rgb(223,183,27); }

 H1.HeaderClassName
 {
   color: #DFB71B;
 }
 .AnyTagClassName
 {
   color: #DFB71B;
 }
</style>
background-color css

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

 a { background-color: rgb(223,183,27); }

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

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

 span { border-color: rgb(223,183,27); }

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