#FDD564

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

Shades of Dandelion #FDD564

Tints of Dandelion #FDD564

Color information

#FDD564 (or 0xFDD564) is unknown color: approx Dandelion. HEX triplet: FD, D5 and 64. RGB value is (253,213,100). Sum of RGB (Red+Green+Blue) = 253+213+100=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD564 is #022A9B. Grayscale: #D4D4D4. Windows color (decimal): -141980 or 6608381. OLE color: 6608381.

HSL color Cylindrical-coordinate representation of color #FDD564: hue angle of 44.31º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD564 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253213100-
CMYK00.160.600.01
HSL44.31º97.45%69.22%-
HSV(B)44.31º60.47%99.22%-
XYZ66.669.3921.94-
YUV212.0864.75157.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 100 (39.45% from 255) = 17.67%
R=44.70%
G=37.63%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321310000.160.600.0144.3197.4569.22
HexFDD5640103C12c6145
Octal37532514402074154141105
Binary11111101110101011100100010000111100110110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD564; }

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

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

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

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

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

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

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

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