#F6DD5D

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

Shades of Dandelion #F6DD5D

Tints of Dandelion #F6DD5D

Color information

#F6DD5D (or 0xF6DD5D) is unknown color: approx Dandelion. HEX triplet: F6, DD and 5D. RGB value is (246,221,93). Sum of RGB (Red+Green+Blue) = 246+221+93=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD5D is #0922A2. Grayscale: #D6D6D6. Windows color (decimal): -598691 or 6151670. OLE color: 6151670.

HSL color Cylindrical-coordinate representation of color #F6DD5D: hue angle of 50.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6DD5D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24622193-
CMYK00.100.620.04
HSL50.2º89.47%66.47%-
HSV(B)50.2º62.2%96.47%-
XYZ65.8472.120.8-
YUV213.8859.78150.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 93 (36.72% from 255) = 16.61%
R=43.93%
G=39.46%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462219300.100.620.0450.289.4766.47
HexF6DD5D0A3E4325942
Octal36633513501276462131102
Binary111101101101110110111010101011111010011001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DD5D; }

 p { color: rgb(246,221,93); }

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

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

 a { background-color: rgb(246,221,93); }

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

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

 span { border-color: rgb(246,221,93); }

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