#FFCD5F

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

Shades of Dandelion #FFCD5F

Tints of Dandelion #FFCD5F

Color information

#FFCD5F (or 0xFFCD5F) is unknown color: approx Dandelion. HEX triplet: FF, CD and 5F. RGB value is (255,205,95). Sum of RGB (Red+Green+Blue) = 255+205+95=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5F is #0032A0. Grayscale: #CFCFCF. Windows color (decimal): -12961 or 6278655. OLE color: 6278655.

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

Color convert

RGB25520595-
CMYK00.200.630
HSL41.25º100%68.63%-
HSV(B)41.25º62.75%100%-
XYZ65.1465.7520.08-
YUV207.4164.56161.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 95 (37.5% from 255) = 17.12%
R=45.95%
G=36.94%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552059500.200.63041.2510068.63
HexFFCD5F0143F0296445
Octal37731513702477051144105
Binary11111111110011011011111010100111111010100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCD5F; }

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

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

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

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

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

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

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

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