#FDD861

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

Shades of Dandelion #FDD861

Tints of Dandelion #FDD861

Color information

#FDD861 (or 0xFDD861) is unknown color: approx Dandelion. HEX triplet: FD, D8 and 61. RGB value is (253,216,97). Sum of RGB (Red+Green+Blue) = 253+216+97=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD861 is #02279E. Grayscale: #D6D6D6. Windows color (decimal): -141215 or 6412541. OLE color: 6412541.

HSL color Cylindrical-coordinate representation of color #FDD861: hue angle of 45.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDD861 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25321697-
CMYK00.150.620.01
HSL45.77º97.5%68.63%-
HSV(B)45.77º61.66%99.22%-
XYZ67.2270.8621.44-
YUV213.562.26156.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 97 (38.28% from 255) = 17.14%
R=44.70%
G=38.16%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532169700.150.620.0145.7797.568.63
HexFDD8610F3E12e6245
Octal37533014101776156142105
Binary1111110111011000110000101111111110110111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD861; }

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

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

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

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

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

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

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

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