#DFBA1D

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

Shades of Sunflower #DFBA1D

Tints of Sunflower #DFBA1D

Color information

#DFBA1D (or 0xDFBA1D) is unknown color: approx Sunflower. HEX triplet: DF, BA and 1D. RGB value is (223,186,29). Sum of RGB (Red+Green+Blue) = 223+186+29=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1D is #2045E2. Grayscale: #B3B3B3. Windows color (decimal): -2115043 or 1948383. OLE color: 1948383.

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

Color convert

RGB22318629-
CMYK00.170.870.13
HSL48.56º76.98%49.41%-
HSV(B)48.56º87%87.45%-
XYZ48.2150.898.44-
YUV179.1643.26159.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 29 (11.72% from 255) = 6.62%
R=50.91%
G=42.47%
B=6.62%

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
Decimal2231862900.170.870.1348.5676.9849.41
HexDFBA1D01157D314d31
Octal33727235021127156111561
Binary110111111011101011101010001101011111011100011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA1D; }

 p { color: rgb(223,186,29); }

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

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

 a { background-color: rgb(223,186,29); }

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

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

 span { border-color: rgb(223,186,29); }

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