Html Css Color HEX #FFDE5F Dandelion

📋 copy color: '#FFDE5F'

red 255 ◦ green 222 ◦ blue 95

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

Shades of Dandelion #FFDE5F

Tints of Dandelion #FFDE5F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 44.58%
G = 38.81%
B = 16.61%

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

#FFDE5F (or 0xFFDE5F) is known color: Dandelion. HEX triplet: FF, DE and 5F. RGB value is (255,222,95). Sum of RGB (Red+Green+Blue) = 255+222+95=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 95 (37.5% from 255 or 16.61% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5F is #0021A0. Grayscale: #D9D9D9. Windows color (decimal): -8609 or 6283007. OLE color: 6283007.

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

Color convert

RGB 255 222 95 -
CMYK 0 0.13 0.63 0
HSL 47.63º 1% 0.69% -
HSV(B) 47.63º 0.63% 1% -
XYZ 69.43 74.33 21.51 -
YUV 217.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 255 222 95 0 0.13 0.63 0 47.63 1 0.69
Hex FF DE 5F 0 D 3F 0 30 64 45
Octal 377 336 137 0 15 77 0 60 144 105
Binary 11111111 11011110 1011111 0 1101 111111 0 110000 1100100 1000101

Color Harmonies of #FFDE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE5F

Black with #FFDE5F

Text Example


Text Example

White with #FFDE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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