#FDDB5D

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

Shades of Dandelion #FDDB5D

Tints of Dandelion #FDDB5D

Color information

#FDDB5D (or 0xFDDB5D) is unknown color: approx Dandelion. HEX triplet: FD, DB and 5D. RGB value is (253,219,93). Sum of RGB (Red+Green+Blue) = 253+219+93=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 93 (36.72% from 255 or 16.46% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5D is #0224A2. Grayscale: #D7D7D7. Windows color (decimal): -140451 or 6151165. OLE color: 6151165.

HSL color Cylindrical-coordinate representation of color #FDDB5D: hue angle of 47.25º 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 #FDDB5D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25321993-
CMYK00.130.630.01
HSL47.25º97.56%67.84%-
HSV(B)47.25º63.24%99.22%-
XYZ67.8272.3420.74-
YUV214.859.26155.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 93 (36.72% from 255) = 16.46%
R=44.78%
G=38.76%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532199300.130.630.0147.2597.5667.84
HexFDDB5D0D3F12f6244
Octal37533313501577157142104
Binary1111110111011011101110101101111111110111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB5D; }

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

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

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

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

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

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

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

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