#ffd65e

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

Shades of Dandelion #FFD65E

Tints of Dandelion #FFD65E

Color information

#FFD65E (or 0xFFD65E) is unknown color: approx Dandelion. HEX triplet: FF, D6 and 5E. RGB value is (255,214,94). Sum of RGB (Red+Green+Blue) = 255+214+94=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD65E is #0029A1. Grayscale: #D5D5D5. Windows color (decimal): -10658 or 6215423. OLE color: 6215423.

HSL color Cylindrical-coordinate representation of color #FFD65E: hue angle of 44.72º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFD65E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25521494-
CMYK00.160.630
HSL44.72º100%68.43%-
HSV(B)44.72º63.14%100%-
XYZ67.3170.1620.58-
YUV212.5861.08158.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.29%
GREEN value IS 214 (83.98% from 255) = 38.01%
BLUE value IS 94 (37.11% from 255) = 16.70%
R=45.29%
G=38.01%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552149400.160.63044.7210068.43
HexFFD65E0103F02d6444
Octal37732613602077055144104
Binary11111111110101101011110010000111111010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffd65e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffd65e; }

 p { color: rgb(255,214,94); }

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

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

 a { background-color: rgb(255,214,94); }

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

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

 span { border-color: rgb(255,214,94); }

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