#FDDF61

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

Shades of Dandelion #FDDF61

Tints of Dandelion #FDDF61

Color information

#FDDF61 (or 0xFDDF61) is unknown color: approx Dandelion. HEX triplet: FD, DF and 61. RGB value is (253,223,97). Sum of RGB (Red+Green+Blue) = 253+223+97=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 97 (38.28% from 255 or 16.93% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF61 is #02209E. Grayscale: #DADADA. Windows color (decimal): -139423 or 6414333. OLE color: 6414333.

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

Color convert

RGB25322397-
CMYK00.120.620.01
HSL48.46º97.5%68.63%-
HSV(B)48.46º61.66%99.22%-
XYZ69.0574.5222.05-
YUV217.6159.94153.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 97 (38.28% from 255) = 16.93%
R=44.15%
G=38.92%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532239700.120.620.0148.4697.568.63
HexFDDF610C3E1306245
Octal37533714101476160142105
Binary1111110111011111110000101100111110111000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF61; }

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

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

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

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

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

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

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

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