Html Css Color HEX #FFDC5E Dandelion

📋 copy color: '#FFDC5E'

red 255 ◦ green 220 ◦ blue 94

#FFDC5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FFDC5E

Tints of Dandelion #FFDC5E

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 94 (37.11% from 255) = 16.52%

R = 44.82%
G = 38.66%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFDC5E (or 0xFFDC5E) is known color: Dandelion. HEX triplet: FF, DC and 5E. RGB value is (255,220,94). Sum of RGB (Red+Green+Blue) = 255+220+94=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5E is #0023A1. Grayscale: #D8D8D8. Windows color (decimal): -9122 or 6216959. OLE color: 6216959.

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

Color convert

RGB 255 220 94 -
CMYK 0 0.14 0.63 0
HSL 46.96º 1% 0.68% -
HSV(B) 46.96º 0.63% 1% -
XYZ 68.85 73.25 21.1 -
YUV 216.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 255 220 94 0 0.14 0.63 0 46.96 1 0.68
Hex FF DC 5E 0 E 3F 0 2F 64 44
Octal 377 334 136 0 16 77 0 57 144 104
Binary 11111111 11011100 1011110 0 1110 111111 0 101111 1100100 1000100

Color Harmonies of #FFDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC5E

Black with #FFDC5E

Text Example


Text Example

White with #FFDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC5E; }

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

 H1.HeaderClassName
 {
   color: #FFDC5E;
 }
 .AnyTagClassName
 {
   color: #FFDC5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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