Html Css Color HEX #FFDB5F Dandelion

📋 copy color: '#FFDB5F'

red 255 ◦ green 219 ◦ blue 95

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

Shades of Dandelion #FFDB5F

Tints of Dandelion #FFDB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

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

R = 44.82%
G = 38.49%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFDB5F (or 0xFFDB5F) is known color: Dandelion. HEX triplet: FF, DB and 5F. RGB value is (255,219,95). Sum of RGB (Red+Green+Blue) = 255+219+95=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 95 (37.5% from 255 or 16.70% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB5F is #0024A0. Grayscale: #D8D8D8. Windows color (decimal): -9377 or 6282239. OLE color: 6282239.

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

Color convert

RGB 255 219 95 -
CMYK 0 0.14 0.63 0
HSL 46.5º 1% 0.69% -
HSV(B) 46.5º 0.63% 1% -
XYZ 68.64 72.75 21.25 -
YUV 215.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 255 219 95 0 0.14 0.63 0 46.5 1 0.69
Hex FF DB 5F 0 E 3F 0 2E 64 45
Octal 377 333 137 0 16 77 0 56 144 105
Binary 11111111 11011011 1011111 0 1110 111111 0 101110 1100100 1000101

Color Harmonies of #FFDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB5F

Black with #FFDB5F

Text Example


Text Example

White with #FFDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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