#FDD95D

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

Shades of Dandelion #FDD95D

Tints of Dandelion #FDD95D

Color information

#FDD95D (or 0xFDD95D) is unknown color: approx Dandelion. HEX triplet: FD, D9 and 5D. RGB value is (253,217,93). Sum of RGB (Red+Green+Blue) = 253+217+93=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD95D is #0226A2. Grayscale: #D6D6D6. Windows color (decimal): -140963 or 6150653. OLE color: 6150653.

HSL color Cylindrical-coordinate representation of color #FDD95D: hue angle of 46.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDD95D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25321793-
CMYK00.140.630.01
HSL46.5º97.56%67.84%-
HSV(B)46.5º63.24%99.22%-
XYZ67.371.320.57-
YUV213.6359.93156.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 93 (36.72% from 255) = 16.52%
R=44.94%
G=38.54%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532179300.140.630.0146.597.5667.84
HexFDD95D0E3F12e6244
Octal37533113501677156142104
Binary1111110111011001101110101110111111110111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD95D; }

 p { color: rgb(253,217,93); }

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

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

 a { background-color: rgb(253,217,93); }

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

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

 span { border-color: rgb(253,217,93); }

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