Html Css Color HEX #FDDB66 Dandelion

📋 copy color: '#FDDB66'

red 253 ◦ green 219 ◦ blue 102

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

Shades of Dandelion #FDDB66

Tints of Dandelion #FDDB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

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

R = 44.08%
G = 38.15%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDDB66 (or 0xFDDB66) is known color: Dandelion. HEX triplet: FD, DB and 66. RGB value is (253,219,102). Sum of RGB (Red+Green+Blue) = 253+219+102=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 102 (40.23% from 255 or 17.77% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB66 is #022499. Grayscale: #D8D8D8. Windows color (decimal): -140442 or 6740989. OLE color: 6740989.

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

Color convert

RGB 253 219 102 -
CMYK 0 0.13 0.60 0.01
HSL 46.49º 0.97% 0.7% -
HSV(B) 46.49º 0.6% 0.99% -
XYZ 68.24 72.5 22.97 -
YUV 215.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 253 219 102 0 0.13 0.60 0.01 46.49 0.97 0.7
Hex FD DB 66 0 D 3C 1 2E 61 46
Octal 375 333 146 0 15 74 1 56 141 106
Binary 11111101 11011011 1100110 0 1101 111100 1 101110 1100001 1000110

Color Harmonies of #FDDB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB66

Black with #FDDB66

Text Example


Text Example

White with #FDDB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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