#DFB91E

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

Shades of Sunflower #DFB91E

Tints of Sunflower #DFB91E

Color information

#DFB91E (or 0xDFB91E) is unknown color: approx Sunflower. HEX triplet: DF, B9 and 1E. RGB value is (223,185,30). Sum of RGB (Red+Green+Blue) = 223+185+30=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB91E is #2046E1. Grayscale: #B3B3B3. Windows color (decimal): -2115298 or 2013663. OLE color: 2013663.

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

Color convert

RGB22318530-
CMYK00.170.870.13
HSL48.19º76.28%49.61%-
HSV(B)48.19º86.55%87.45%-
XYZ48.0150.488.44-
YUV178.6944.09159.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 185 (72.66% from 255) = 42.24%
BLUE value IS 30 (12.11% from 255) = 6.85%
R=50.91%
G=42.24%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231853000.170.870.1348.1976.2849.61
HexDFB91E01157D304c32
Octal33727136021127156011462
Binary110111111011100111110010001101011111011100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB91E; }

 p { color: rgb(223,185,30); }

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

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

 a { background-color: rgb(223,185,30); }

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

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

 span { border-color: rgb(223,185,30); }

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