#FDD55D

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

Shades of Dandelion #FDD55D

Tints of Dandelion #FDD55D

Color information

#FDD55D (or 0xFDD55D) is unknown color: approx Dandelion. HEX triplet: FD, D5 and 5D. RGB value is (253,213,93). Sum of RGB (Red+Green+Blue) = 253+213+93=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD55D is #022AA2. Grayscale: #D3D3D3. Windows color (decimal): -141987 or 6149629. OLE color: 6149629.

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

Color convert

RGB25321393-
CMYK00.160.630.01
HSL45º97.56%67.84%-
HSV(B)45º63.24%99.22%-
XYZ66.2869.2620.23-
YUV211.2861.25157.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 93 (36.72% from 255) = 16.64%
R=45.26%
G=38.10%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532139300.160.630.014597.5667.84
HexFDD55D0103F12d6244
Octal37532513502077155142104
Binary11111101110101011011101010000111111110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD55D; }

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

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

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

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

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

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

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

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