#FFD55C

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

Shades of Dandelion #FFD55C

Tints of Dandelion #FFD55C

Color information

#FFD55C (or 0xFFD55C) is unknown color: approx Dandelion. HEX triplet: FF, D5 and 5C. RGB value is (255,213,92). Sum of RGB (Red+Green+Blue) = 255+213+92=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD55C is #002AA3. Grayscale: #D4D4D4. Windows color (decimal): -10916 or 6084095. OLE color: 6084095.

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

Color convert

RGB25521392-
CMYK00.160.640
HSL44.54º100%68.04%-
HSV(B)44.54º63.92%100%-
XYZ66.9769.6220.03-
YUV211.7660.41158.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 92 (36.33% from 255) = 16.43%
R=45.54%
G=38.04%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552139200.160.64044.5410068.04
HexFFD55C0104002d6444
Octal377325134020100055144104
Binary111111111101010110111000100001000000010110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD55C; }

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

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

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

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

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

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

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

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