#FDD15D

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

Shades of Dandelion #FDD15D

Tints of Dandelion #FDD15D

Color information

#FDD15D (or 0xFDD15D) is unknown color: approx Dandelion. HEX triplet: FD, D1 and 5D. RGB value is (253,209,93). Sum of RGB (Red+Green+Blue) = 253+209+93=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 93 (36.72% from 255 or 16.76% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD15D is #022EA2. Grayscale: #D1D1D1. Windows color (decimal): -143011 or 6148605. OLE color: 6148605.

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

Color convert

RGB25320993-
CMYK00.170.630.01
HSL43.5º97.56%67.84%-
HSV(B)43.5º63.24%99.22%-
XYZ65.2867.2719.9-
YUV208.9362.58159.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 93 (36.72% from 255) = 16.76%
R=45.59%
G=37.66%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532099300.170.630.0143.597.5667.84
HexFDD15D0113F12c6244
Octal37532113502177154142104
Binary11111101110100011011101010001111111110110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD15D; }

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

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

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

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

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

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

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

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