Html Css Color HEX #FDD860 Dandelion

📋 copy color: '#FDD860'

red 253 ◦ green 216 ◦ blue 96

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

Shades of Dandelion #FDD860

Tints of Dandelion #FDD860

RGB

 RED value IS 253 (99.22% from 255) = 44.78%

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

 BLUE value IS 96 (37.89% from 255) = 16.99%

R = 44.78%
G = 38.23%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD860 (or 0xFDD860) is known color: Dandelion. HEX triplet: FD, D8 and 60. RGB value is (253,216,96). Sum of RGB (Red+Green+Blue) = 253+216+96=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD860 is #02279F. Grayscale: #D5D5D5. Windows color (decimal): -141216 or 6347005. OLE color: 6347005.

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

Color convert

RGB 253 216 96 -
CMYK 0 0.15 0.62 0.01
HSL 45.86º 0.98% 0.68% -
HSV(B) 45.86º 0.62% 0.99% -
XYZ 67.18 70.84 21.2 -
YUV 213.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 253 216 96 0 0.15 0.62 0.01 45.86 0.98 0.68
Hex FD D8 60 0 F 3E 1 2E 62 44
Octal 375 330 140 0 17 76 1 56 142 104
Binary 11111101 11011000 1100000 0 1111 111110 1 101110 1100010 1000100

Color Harmonies of #FDD860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD860

Black with #FDD860

Text Example


Text Example

White with #FDD860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD860; }

 p { color: rgb(253,216,96); }

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

background-color css

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

 a { background-color: rgb(253,216,96); }

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

border-color css

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

 span { border-color: rgb(253,216,96); }

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