Html Css Color HEX #FDD95B Dandelion

📋 copy color: '#FDD95B'

red 253 ◦ green 217 ◦ blue 91

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

Shades of Dandelion #FDD95B

Tints of Dandelion #FDD95B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

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

R = 45.1%
G = 38.68%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDD95B (or 0xFDD95B) is known color: Dandelion. HEX triplet: FD, D9 and 5B. RGB value is (253,217,91). Sum of RGB (Red+Green+Blue) = 253+217+91=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD95B is #0226A4. Grayscale: #D5D5D5. Windows color (decimal): -140965 or 6019581. OLE color: 6019581.

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

Color convert

RGB 253 217 91 -
CMYK 0 0.14 0.64 0.01
HSL 46.67º 0.98% 0.67% -
HSV(B) 46.67º 0.64% 0.99% -
XYZ 67.21 71.26 20.11 -
YUV 213.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 253 217 91 0 0.14 0.64 0.01 46.67 0.98 0.67
Hex FD D9 5B 0 E 40 1 2F 62 43
Octal 375 331 133 0 16 100 1 57 142 103
Binary 11111101 11011001 1011011 0 1110 1000000 1 101111 1100010 1000011

Color Harmonies of #FDD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD95B

Black with #FDD95B

Text Example


Text Example

White with #FDD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD95B; }

 p { color: rgb(253,217,91); }

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

background-color css

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

 a { background-color: rgb(253,217,91); }

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

border-color css

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

 span { border-color: rgb(253,217,91); }

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