#DFC915

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

Shades of Sunflower #DFC915

Tints of Sunflower #DFC915

Color information

#DFC915 (or 0xDFC915) is unknown color: approx Sunflower. HEX triplet: DF, C9 and 15. RGB value is (223,201,21). Sum of RGB (Red+Green+Blue) = 223+201+21=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC915 is #2036EA. Grayscale: #BBBBBB. Windows color (decimal): -2111211 or 1427935. OLE color: 1427935.

HSL color Cylindrical-coordinate representation of color #DFC915: hue angle of 53.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC915 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB22320121-
CMYK00.100.910.13
HSL53.47º82.79%47.84%-
HSV(B)53.47º90.58%87.45%-
XYZ51.4557.529.1-
YUV187.0634.29153.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 201 (78.91% from 255) = 45.17%
BLUE value IS 21 (8.59% from 255) = 4.72%
R=50.11%
G=45.17%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232012100.100.910.1353.4782.7947.84
HexDFC9150A5BD355330
Octal33731125012133156512360
Binary11011111110010011010101010101101111011101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC915; }

 p { color: rgb(223,201,21); }

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

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

 a { background-color: rgb(223,201,21); }

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

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

 span { border-color: rgb(223,201,21); }

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