#DEBF1F

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

Shades of Sunflower #DEBF1F

Tints of Sunflower #DEBF1F

Color information

#DEBF1F (or 0xDEBF1F) is unknown color: approx Sunflower. HEX triplet: DE, BF and 1F. RGB value is (222,191,31). Sum of RGB (Red+Green+Blue) = 222+191+31=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF1F is #2140E0. Grayscale: #B6B6B6. Windows color (decimal): -2179297 or 2080734. OLE color: 2080734.

HSL color Cylindrical-coordinate representation of color #DEBF1F: hue angle of 50.26º degrees, saturation: 0.75, 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 #DEBF1F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22219131-
CMYK00.140.860.13
HSL50.26º75.49%49.61%-
HSV(B)50.26º86.04%87.06%-
XYZ4952.898.92-
YUV182.0342.77156.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 31 (12.5% from 255) = 6.98%
R=50%
G=43.02%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221913100.140.860.1350.2675.4949.61
HexDEBF1F0E56D324b32
Octal33627737016126156211362
Binary11011110101111111111101110101011011011100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF1F; }

 p { color: rgb(222,191,31); }

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

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

 a { background-color: rgb(222,191,31); }

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

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

 span { border-color: rgb(222,191,31); }

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