Html Css Color HEX #FFDA5D Dandelion

📋 copy color: '#FFDA5D'

red 255 ◦ green 218 ◦ blue 93

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

Shades of Dandelion #FFDA5D

Tints of Dandelion #FFDA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.43%

R = 45.05%
G = 38.52%
B = 16.43%

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

#FFDA5D (or 0xFFDA5D) is known color: Dandelion. HEX triplet: FF, DA and 5D. RGB value is (255,218,93). Sum of RGB (Red+Green+Blue) = 255+218+93=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA5D is #0025A2. Grayscale: #D7D7D7. Windows color (decimal): -9635 or 6150911. OLE color: 6150911.

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

Color convert

RGB 255 218 93 -
CMYK 0 0.15 0.64 0
HSL 46.3º 1% 0.68% -
HSV(B) 46.3º 0.64% 1% -
XYZ 68.29 72.19 20.69 -
YUV 214.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 255 218 93 0 0.15 0.64 0 46.3 1 0.68
Hex FF DA 5D 0 F 40 0 2E 64 44
Octal 377 332 135 0 17 100 0 56 144 104
Binary 11111111 11011010 1011101 0 1111 1000000 0 101110 1100100 1000100

Color Harmonies of #FFDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA5D

Black with #FFDA5D

Text Example


Text Example

White with #FFDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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