#FFDA5C

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

Shades of Dandelion #FFDA5C

Tints of Dandelion #FFDA5C

Color information

#FFDA5C (or 0xFFDA5C) is unknown color: approx Dandelion. HEX triplet: FF, DA and 5C. RGB value is (255,218,92). Sum of RGB (Red+Green+Blue) = 255+218+92=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5C is #0025A3. Grayscale: #D7D7D7. Windows color (decimal): -9636 or 6085375. OLE color: 6085375.

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

Color convert

RGB25521892-
CMYK00.150.640
HSL46.38º100%68.04%-
HSV(B)46.38º63.92%100%-
XYZ68.2472.1820.46-
YUV214.758.76156.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 92 (36.33% from 255) = 16.28%
R=45.13%
G=38.58%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552189200.150.64046.3810068.04
HexFFDA5C0F4002e6444
Octal377332134017100056144104
Binary11111111110110101011100011111000000010111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA5C; }

 p { color: rgb(255,218,92); }

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

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

 a { background-color: rgb(255,218,92); }

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

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

 span { border-color: rgb(255,218,92); }

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