Html Css Color HEX #FDDA66 Dandelion

📋 copy color: '#FDDA66'

red 253 ◦ green 218 ◦ blue 102

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

Shades of Dandelion #FDDA66

Tints of Dandelion #FDDA66

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

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

R = 44.15%
G = 38.05%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDDA66 (or 0xFDDA66) is known color: Dandelion. HEX triplet: FD, DA and 66. RGB value is (253,218,102). Sum of RGB (Red+Green+Blue) = 253+218+102=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 102 (40.23% from 255 or 17.80% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA66 is #022599. Grayscale: #D7D7D7. Windows color (decimal): -140698 or 6740733. OLE color: 6740733.

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

Color convert

RGB 253 218 102 -
CMYK 0 0.14 0.60 0.01
HSL 46.09º 0.97% 0.7% -
HSV(B) 46.09º 0.6% 0.99% -
XYZ 67.98 71.98 22.88 -
YUV 215.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 253 218 102 0 0.14 0.60 0.01 46.09 0.97 0.7
Hex FD DA 66 0 E 3C 1 2E 61 46
Octal 375 332 146 0 16 74 1 56 141 106
Binary 11111101 11011010 1100110 0 1110 111100 1 101110 1100001 1000110

Color Harmonies of #FDDA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA66

Black with #FDDA66

Text Example


Text Example

White with #FDDA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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