Html Css Color HEX #FDD661 Dandelion

📋 copy color: '#FDD661'

red 253 ◦ green 214 ◦ blue 97

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

Shades of Dandelion #FDD661

Tints of Dandelion #FDD661

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

 BLUE value IS 97 (38.28% from 255) = 17.2%

R = 44.86%
G = 37.94%
B = 17.2%

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

#FDD661 (or 0xFDD661) is known color: Dandelion. HEX triplet: FD, D6 and 61. RGB value is (253,214,97). Sum of RGB (Red+Green+Blue) = 253+214+97=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD661 is #02299E. Grayscale: #D4D4D4. Windows color (decimal): -141727 or 6412029. OLE color: 6412029.

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

Color convert

RGB 253 214 97 -
CMYK 0 0.15 0.62 0.01
HSL 45º 0.98% 0.69% -
HSV(B) 45º 0.62% 0.99% -
XYZ 66.71 69.84 21.27 -
YUV 212.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 253 214 97 0 0.15 0.62 0.01 45 0.98 0.69
Hex FD D6 61 0 F 3E 1 2D 62 45
Octal 375 326 141 0 17 76 1 55 142 105
Binary 11111101 11010110 1100001 0 1111 111110 1 101101 1100010 1000101

Color Harmonies of #FDD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD661

Black with #FDD661

Text Example


Text Example

White with #FDD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD661; }

 p { color: rgb(253,214,97); }

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

background-color css

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

 a { background-color: rgb(253,214,97); }

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

border-color css

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

 span { border-color: rgb(253,214,97); }

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