Html Css Color HEX #FDDB64 Dandelion

📋 copy color: '#FDDB64'

red 253 ◦ green 219 ◦ blue 100

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

Shades of Dandelion #FDDB64

Tints of Dandelion #FDDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.48%

R = 44.23%
G = 38.29%
B = 17.48%

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

#FDDB64 (or 0xFDDB64) is known color: Dandelion. HEX triplet: FD, DB and 64. RGB value is (253,219,100). Sum of RGB (Red+Green+Blue) = 253+219+100=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB64 is #02249B. Grayscale: #D8D8D8. Windows color (decimal): -140444 or 6609917. OLE color: 6609917.

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

Color convert

RGB 253 219 100 -
CMYK 0 0.13 0.60 0.01
HSL 46.67º 0.97% 0.69% -
HSV(B) 46.67º 0.6% 0.99% -
XYZ 68.14 72.47 22.45 -
YUV 215.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 253 219 100 0 0.13 0.60 0.01 46.67 0.97 0.69
Hex FD DB 64 0 D 3C 1 2F 61 45
Octal 375 333 144 0 15 74 1 57 141 105
Binary 11111101 11011011 1100100 0 1101 111100 1 101111 1100001 1000101

Color Harmonies of #FDDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB64

Black with #FDDB64

Text Example


Text Example

White with #FDDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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