#FDD761

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

Shades of Dandelion #FDD761

Tints of Dandelion #FDD761

Color information

#FDD761 (or 0xFDD761) is unknown color: approx Dandelion. HEX triplet: FD, D7 and 61. RGB value is (253,215,97). Sum of RGB (Red+Green+Blue) = 253+215+97=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD761 is #02289E. Grayscale: #D5D5D5. Windows color (decimal): -141471 or 6412285. OLE color: 6412285.

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

Color convert

RGB25321597-
CMYK00.150.620.01
HSL45.38º97.5%68.63%-
HSV(B)45.38º61.66%99.22%-
XYZ66.9770.3521.36-
YUV212.9162.59156.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 215 (84.38% from 255) = 38.05%
BLUE value IS 97 (38.28% from 255) = 17.17%
R=44.78%
G=38.05%
B=17.17%

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
Decimal2532159700.150.620.0145.3897.568.63
HexFDD7610F3E12d6245
Octal37532714101776155142105
Binary1111110111010111110000101111111110110110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD761; }

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

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

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

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

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

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

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

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