#FDD664

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

Shades of Dandelion #FDD664

Tints of Dandelion #FDD664

Color information

#FDD664 (or 0xFDD664) is unknown color: approx Dandelion. HEX triplet: FD, D6 and 64. RGB value is (253,214,100). Sum of RGB (Red+Green+Blue) = 253+214+100=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD664 is #02299B. Grayscale: #D5D5D5. Windows color (decimal): -141724 or 6608637. OLE color: 6608637.

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

Color convert

RGB253214100-
CMYK00.150.600.01
HSL44.71º97.45%69.22%-
HSV(B)44.71º60.47%99.22%-
XYZ66.8569.922.02-
YUV212.6664.42156.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.62%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 100 (39.45% from 255) = 17.64%
R=44.62%
G=37.74%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321410000.150.600.0144.7197.4569.22
HexFDD6640F3C12d6145
Octal37532614401774155141105
Binary1111110111010110110010001111111100110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD664; }

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

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

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

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

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

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

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

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