Html Css Color HEX #FFD85A Dandelion

📋 copy color: '#FFD85A'

red 255 ◦ green 216 ◦ blue 90

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

Shades of Dandelion #FFD85A

Tints of Dandelion #FFD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.5%

 BLUE value IS 90 (35.55% from 255) = 16.04%

R = 45.45%
G = 38.5%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFD85A (or 0xFFD85A) is known color: Dandelion. HEX triplet: FF, D8 and 5A. RGB value is (255,216,90). Sum of RGB (Red+Green+Blue) = 255+216+90=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD85A is #0027A5. Grayscale: #D5D5D5. Windows color (decimal): -10150 or 5953791. OLE color: 5953791.

HSL color Cylindrical-coordinate representation of color #FFD85A: hue angle of 45.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD85A is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 216 90 -
CMYK 0 0.15 0.65 0
HSL 45.82º 1% 0.68% -
HSV(B) 45.82º 0.65% 1% -
XYZ 67.64 71.11 19.83 -
YUV 213.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 255 216 90 0 0.15 0.65 0 45.82 1 0.68
Hex FF D8 5A 0 F 41 0 2E 64 44
Octal 377 330 132 0 17 101 0 56 144 104
Binary 11111111 11011000 1011010 0 1111 1000001 0 101110 1100100 1000100

Color Harmonies of #FFD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD85A

Black with #FFD85A

Text Example


Text Example

White with #FFD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD85A; }

 p { color: rgb(255,216,90); }

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

background-color css

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

 a { background-color: rgb(255,216,90); }

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

border-color css

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

 span { border-color: rgb(255,216,90); }

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