Html Css Color HEX #FDD564 Dandelion

📋 copy color: '#FDD564'

red 253 ◦ green 213 ◦ blue 100

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

Shades of Dandelion #FDD564

Tints of Dandelion #FDD564

RGB

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

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

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

R = 44.7%
G = 37.63%
B = 17.67%

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

#FDD564 (or 0xFDD564) is known color: Dandelion. HEX triplet: FD, D5 and 64. RGB value is (253,213,100). Sum of RGB (Red+Green+Blue) = 253+213+100=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD564 is #022A9B. Grayscale: #D4D4D4. Windows color (decimal): -141980 or 6608381. OLE color: 6608381.

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

Color convert

RGB 253 213 100 -
CMYK 0 0.16 0.60 0.01
HSL 44.31º 0.97% 0.69% -
HSV(B) 44.31º 0.6% 0.99% -
XYZ 66.6 69.39 21.94 -
YUV 212.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 253 213 100 0 0.16 0.60 0.01 44.31 0.97 0.69
Hex FD D5 64 0 10 3C 1 2C 61 45
Octal 375 325 144 0 20 74 1 54 141 105
Binary 11111101 11010101 1100100 0 10000 111100 1 101100 1100001 1000101

Color Harmonies of #FDD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD564

Black with #FDD564

Text Example


Text Example

White with #FDD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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