#FDD165

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

Shades of Dandelion #FDD165

Tints of Dandelion #FDD165

Color information

#FDD165 (or 0xFDD165) is unknown color: approx Dandelion. HEX triplet: FD, D1 and 65. RGB value is (253,209,101). Sum of RGB (Red+Green+Blue) = 253+209+101=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD165 is #022E9A. Grayscale: #D2D2D2. Windows color (decimal): -143003 or 6672893. OLE color: 6672893.

HSL color Cylindrical-coordinate representation of color #FDD165: hue angle of 42.63º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD165 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253209101-
CMYK00.170.600.01
HSL42.63º97.44%69.41%-
HSV(B)42.63º60.08%99.22%-
XYZ65.6667.4221.87-
YUV209.8466.58158.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 209 (82.03% from 255) = 37.12%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=44.94%
G=37.12%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320910100.170.600.0142.6397.4469.41
HexFDD1650113C12b6145
Octal37532114502174153141105
Binary11111101110100011100101010001111100110101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD165; }

 p { color: rgb(253,209,101); }

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

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

 a { background-color: rgb(253,209,101); }

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

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

 span { border-color: rgb(253,209,101); }

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