Html Css Color HEX #FFDC5F Dandelion

📋 copy color: '#FFDC5F'

red 255 ◦ green 220 ◦ blue 95

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

Shades of Dandelion #FFDC5F

Tints of Dandelion #FFDC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.67%

R = 44.74%
G = 38.6%
B = 16.67%

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

#FFDC5F (or 0xFFDC5F) is known color: Dandelion. HEX triplet: FF, DC and 5F. RGB value is (255,220,95). Sum of RGB (Red+Green+Blue) = 255+220+95=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 95 (37.5% from 255 or 16.67% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5F is #0023A0. Grayscale: #D8D8D8. Windows color (decimal): -9121 or 6282495. OLE color: 6282495.

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

Color convert

RGB 255 220 95 -
CMYK 0 0.14 0.63 0
HSL 46.88º 1% 0.69% -
HSV(B) 46.88º 0.63% 1% -
XYZ 68.9 73.27 21.34 -
YUV 216.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 255 220 95 0 0.14 0.63 0 46.88 1 0.69
Hex FF DC 5F 0 E 3F 0 2F 64 45
Octal 377 334 137 0 16 77 0 57 144 105
Binary 11111111 11011100 1011111 0 1110 111111 0 101111 1100100 1000101

Color Harmonies of #FFDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC5F

Black with #FFDC5F

Text Example


Text Example

White with #FFDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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