Html Css Color HEX #FFD05E Dandelion

📋 copy color: '#FFD05E'

red 255 ◦ green 208 ◦ blue 94

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

Shades of Dandelion #FFD05E

Tints of Dandelion #FFD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.34%

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

R = 45.78%
G = 37.34%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFD05E (or 0xFFD05E) is known color: Dandelion. HEX triplet: FF, D0 and 5E. RGB value is (255,208,94). Sum of RGB (Red+Green+Blue) = 255+208+94=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD05E is #002FA1. Grayscale: #D1D1D1. Windows color (decimal): -12194 or 6213887. OLE color: 6213887.

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

Color convert

RGB 255 208 94 -
CMYK 0 0.18 0.63 0
HSL 42.48º 1% 0.68% -
HSV(B) 42.48º 0.63% 1% -
XYZ 65.82 67.18 20.09 -
YUV 209.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 255 208 94 0 0.18 0.63 0 42.48 1 0.68
Hex FF D0 5E 0 12 3F 0 2A 64 44
Octal 377 320 136 0 22 77 0 52 144 104
Binary 11111111 11010000 1011110 0 10010 111111 0 101010 1100100 1000100

Color Harmonies of #FFD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD05E

Black with #FFD05E

Text Example


Text Example

White with #FFD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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