Html Css Color HEX #FFDF5F Dandelion

📋 copy color: '#FFDF5F'

red 255 ◦ green 223 ◦ blue 95

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

Shades of Dandelion #FFDF5F

Tints of Dandelion #FFDF5F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

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

R = 44.5%
G = 38.92%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFDF5F (or 0xFFDF5F) is known color: Dandelion. HEX triplet: FF, DF and 5F. RGB value is (255,223,95). Sum of RGB (Red+Green+Blue) = 255+223+95=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5F is #0020A0. Grayscale: #DADADA. Windows color (decimal): -8353 or 6283263. OLE color: 6283263.

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

Color convert

RGB 255 223 95 -
CMYK 0 0.13 0.63 0
HSL 48º 1% 0.69% -
HSV(B) 48º 0.63% 1% -
XYZ 69.69 74.86 21.6 -
YUV 217.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 255 223 95 0 0.13 0.63 0 48 1 0.69
Hex FF DF 5F 0 D 3F 0 30 64 45
Octal 377 337 137 0 15 77 0 60 144 105
Binary 11111111 11011111 1011111 0 1101 111111 0 110000 1100100 1000101

Color Harmonies of #FFDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5F

Black with #FFDF5F

Text Example


Text Example

White with #FFDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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