Html Css Color HEX #FDD464 Dandelion

📋 copy color: '#FDD464'

red 253 ◦ green 212 ◦ blue 100

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

Shades of Dandelion #FDD464

Tints of Dandelion #FDD464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 44.78%
G = 37.52%
B = 17.7%

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

#FDD464 (or 0xFDD464) is known color: Dandelion. HEX triplet: FD, D4 and 64. RGB value is (253,212,100). Sum of RGB (Red+Green+Blue) = 253+212+100=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD464 is #022B9B. Grayscale: #D3D3D3. Windows color (decimal): -142236 or 6608125. OLE color: 6608125.

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

Color convert

RGB 253 212 100 -
CMYK 0 0.16 0.60 0.01
HSL 43.92º 0.97% 0.69% -
HSV(B) 43.92º 0.6% 0.99% -
XYZ 66.35 68.89 21.86 -
YUV 211.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 253 212 100 0 0.16 0.60 0.01 43.92 0.97 0.69
Hex FD D4 64 0 10 3C 1 2C 61 45
Octal 375 324 144 0 20 74 1 54 141 105
Binary 11111101 11010100 1100100 0 10000 111100 1 101100 1100001 1000101

Color Harmonies of #FDD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD464

Black with #FDD464

Text Example


Text Example

White with #FDD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD464; }

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

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

background-color css

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

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

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

border-color css

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

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

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