Html Css Color HEX #FDD566 Dandelion

📋 copy color: '#FDD566'

red 253 ◦ green 213 ◦ blue 102

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

Shades of Dandelion #FDD566

Tints of Dandelion #FDD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.5%

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

R = 44.54%
G = 37.5%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDD566 (or 0xFDD566) is known color: Dandelion. HEX triplet: FD, D5 and 66. RGB value is (253,213,102). Sum of RGB (Red+Green+Blue) = 253+213+102=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 102 (40.23% from 255 or 17.96% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD566 is #022A99. Grayscale: #D4D4D4. Windows color (decimal): -141978 or 6739453. OLE color: 6739453.

HSL color Cylindrical-coordinate representation of color #FDD566: hue angle of 44.11º 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 #FDD566 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 102 -
CMYK 0 0.16 0.60 0.01
HSL 44.11º 0.97% 0.7% -
HSV(B) 44.11º 0.6% 0.99% -
XYZ 66.7 69.43 22.46 -
YUV 212.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 253 213 102 0 0.16 0.60 0.01 44.11 0.97 0.7
Hex FD D5 66 0 10 3C 1 2C 61 46
Octal 375 325 146 0 20 74 1 54 141 106
Binary 11111101 11010101 1100110 0 10000 111100 1 101100 1100001 1000110

Color Harmonies of #FDD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD566

Black with #FDD566

Text Example


Text Example

White with #FDD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD566; }

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

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

background-color css

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

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

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

border-color css

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

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

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