#FDD865

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

Shades of Dandelion #FDD865

Tints of Dandelion #FDD865

Color information

#FDD865 (or 0xFDD865) is unknown color: approx Dandelion. HEX triplet: FD, D8 and 65. RGB value is (253,216,101). Sum of RGB (Red+Green+Blue) = 253+216+101=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD865 is #02279A. Grayscale: #D6D6D6. Windows color (decimal): -141211 or 6674685. OLE color: 6674685.

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

Color convert

RGB253216101-
CMYK00.150.600.01
HSL45.39º97.44%69.41%-
HSV(B)45.39º60.08%99.22%-
XYZ67.4170.9322.45-
YUV213.9564.26155.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 101 (39.84% from 255) = 17.72%
R=44.39%
G=37.89%
B=17.72%

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
Decimal25321610100.150.600.0145.3997.4469.41
HexFDD8650F3C12d6145
Octal37533014501774155141105
Binary1111110111011000110010101111111100110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD865; }

 p { color: rgb(253,216,101); }

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

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

 a { background-color: rgb(253,216,101); }

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

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

 span { border-color: rgb(253,216,101); }

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