Html Css Color HEX #FFDA5B Dandelion

📋 copy color: '#FFDA5B'

red 255 ◦ green 218 ◦ blue 91

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

Shades of Dandelion #FFDA5B

Tints of Dandelion #FFDA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.65%

 BLUE value IS 91 (35.94% from 255) = 16.13%

R = 45.21%
G = 38.65%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDA5B (or 0xFFDA5B) is known color: Dandelion. HEX triplet: FF, DA and 5B. RGB value is (255,218,91). Sum of RGB (Red+Green+Blue) = 255+218+91=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5B is #0025A4. Grayscale: #D7D7D7. Windows color (decimal): -9637 or 6019839. OLE color: 6019839.

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

Color convert

RGB 255 218 91 -
CMYK 0 0.15 0.64 0
HSL 46.46º 1% 0.68% -
HSV(B) 46.46º 0.64% 1% -
XYZ 68.2 72.16 20.23 -
YUV 214.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 255 218 91 0 0.15 0.64 0 46.46 1 0.68
Hex FF DA 5B 0 F 40 0 2E 64 44
Octal 377 332 133 0 17 100 0 56 144 104
Binary 11111111 11011010 1011011 0 1111 1000000 0 101110 1100100 1000100

Color Harmonies of #FFDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA5B

Black with #FFDA5B

Text Example


Text Example

White with #FFDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA5B; }

 p { color: rgb(255,218,91); }

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

background-color css

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

 a { background-color: rgb(255,218,91); }

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

border-color css

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

 span { border-color: rgb(255,218,91); }

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