#ffcd5e

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

Shades of Dandelion #FFCD5E

Tints of Dandelion #FFCD5E

Color information

#FFCD5E (or 0xFFCD5E) is unknown color: approx Dandelion. HEX triplet: FF, CD and 5E. RGB value is (255,205,94). Sum of RGB (Red+Green+Blue) = 255+205+94=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5E is #0032A1. Grayscale: #CFCFCF. Windows color (decimal): -12962 or 6213119. OLE color: 6213119.

HSL color Cylindrical-coordinate representation of color #FFCD5E: hue angle of 41.37º 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 #FFCD5E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB25520594-
CMYK00.200.630
HSL41.37º100%68.43%-
HSV(B)41.37º63.14%100%-
XYZ65.0965.7319.85-
YUV207.364.06162.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 94 (37.11% from 255) = 16.97%
R=46.03%
G=37.00%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552059400.200.63041.3710068.43
HexFFCD5E0143F0296444
Octal37731513602477051144104
Binary11111111110011011011110010100111111010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffcd5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffcd5e; }

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

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

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

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

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

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

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

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