Html Css Color HEX #FDD666 Dandelion

📋 copy color: '#FDD666'

red 253 ◦ green 214 ◦ blue 102

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

Shades of Dandelion #FDD666

Tints of Dandelion #FDD666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.93%

R = 44.46%
G = 37.61%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD666 (or 0xFDD666) is known color: Dandelion. HEX triplet: FD, D6 and 66. RGB value is (253,214,102). Sum of RGB (Red+Green+Blue) = 253+214+102=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD666 is #022999. Grayscale: #D5D5D5. Windows color (decimal): -141722 or 6739709. OLE color: 6739709.

HSL color Cylindrical-coordinate representation of color #FDD666: hue angle of 44.5º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDD666 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 102 -
CMYK 0 0.15 0.60 0.01
HSL 44.5º 0.97% 0.7% -
HSV(B) 44.5º 0.6% 0.99% -
XYZ 66.95 69.94 22.54 -
YUV 212.89 65.42 156.61 -
System Red Green Blue C M Y K H S L
Decimal 253 214 102 0 0.15 0.60 0.01 44.5 0.97 0.7
Hex FD D6 66 0 F 3C 1 2D 61 46
Octal 375 326 146 0 17 74 1 55 141 106
Binary 11111101 11010110 1100110 0 1111 111100 1 101101 1100001 1000110

Color Harmonies of #FDD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD666

Black with #FDD666

Text Example


Text Example

White with #FDD666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD666; }

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

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

background-color css

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

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

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

border-color css

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

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

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