#FDD65D

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

Shades of Dandelion #FDD65D

Tints of Dandelion #FDD65D

Color information

#FDD65D (or 0xFDD65D) is unknown color: approx Dandelion. HEX triplet: FD, D6 and 5D. RGB value is (253,214,93). Sum of RGB (Red+Green+Blue) = 253+214+93=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD65D is #0229A2. Grayscale: #D4D4D4. Windows color (decimal): -141731 or 6149885. OLE color: 6149885.

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

Color convert

RGB25321493-
CMYK00.150.630.01
HSL45.38º97.56%67.84%-
HSV(B)45.38º63.24%99.22%-
XYZ66.5369.7720.32-
YUV211.8760.92157.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.18%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 93 (36.72% from 255) = 16.61%
R=45.18%
G=38.21%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532149300.150.630.0145.3897.5667.84
HexFDD65D0F3F12d6244
Octal37532613501777155142104
Binary1111110111010110101110101111111111110110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD65D; }

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

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

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

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

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

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

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

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