#FDDB61

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

Shades of Dandelion #FDDB61

Tints of Dandelion #FDDB61

Color information

#FDDB61 (or 0xFDDB61) is unknown color: approx Dandelion. HEX triplet: FD, DB and 61. RGB value is (253,219,97). Sum of RGB (Red+Green+Blue) = 253+219+97=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB61 is #02249E. Grayscale: #D7D7D7. Windows color (decimal): -140447 or 6413309. OLE color: 6413309.

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

Color convert

RGB25321997-
CMYK00.130.620.01
HSL46.92º97.5%68.63%-
HSV(B)46.92º61.66%99.22%-
XYZ6872.4121.7-
YUV215.2661.26154.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 97 (38.28% from 255) = 17.05%
R=44.46%
G=38.49%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532199700.130.620.0146.9297.568.63
HexFDDB610D3E12f6245
Octal37533314101576157142105
Binary1111110111011011110000101101111110110111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB61; }

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

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

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

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

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

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

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

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