Html Css Color HEX #FFDC5D Dandelion

📋 copy color: '#FFDC5D'

red 255 ◦ green 220 ◦ blue 93

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

Shades of Dandelion #FFDC5D

Tints of Dandelion #FFDC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.37%

R = 44.89%
G = 38.73%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDC5D (or 0xFFDC5D) is known color: Dandelion. HEX triplet: FF, DC and 5D. RGB value is (255,220,93). Sum of RGB (Red+Green+Blue) = 255+220+93=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5D is #0023A2. Grayscale: #D8D8D8. Windows color (decimal): -9123 or 6151423. OLE color: 6151423.

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

Color convert

RGB 255 220 93 -
CMYK 0 0.14 0.64 0
HSL 47.04º 1% 0.68% -
HSV(B) 47.04º 0.64% 1% -
XYZ 68.81 73.24 20.87 -
YUV 215.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 255 220 93 0 0.14 0.64 0 47.04 1 0.68
Hex FF DC 5D 0 E 40 0 2F 64 44
Octal 377 334 135 0 16 100 0 57 144 104
Binary 11111111 11011100 1011101 0 1110 1000000 0 101111 1100100 1000100

Color Harmonies of #FFDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC5D

Black with #FFDC5D

Text Example


Text Example

White with #FFDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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