Html Css Color HEX #FFD564 Dandelion

📋 copy color: '#FFD564'

red 255 ◦ green 213 ◦ blue 100

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

Shades of Dandelion #FFD564

Tints of Dandelion #FFD564

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

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

R = 44.89%
G = 37.5%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFD564 (or 0xFFD564) is known color: Dandelion. HEX triplet: FF, D5 and 64. RGB value is (255,213,100). Sum of RGB (Red+Green+Blue) = 255+213+100=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD564 is #002A9B. Grayscale: #D5D5D5. Windows color (decimal): -10908 or 6608383. OLE color: 6608383.

HSL color Cylindrical-coordinate representation of color #FFD564: hue angle of 43.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFD564 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 100 -
CMYK 0 0.16 0.61 0
HSL 43.74º 1% 0.7% -
HSV(B) 43.74º 0.61% 1% -
XYZ 67.33 69.77 21.97 -
YUV 212.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 255 213 100 0 0.16 0.61 0 43.74 1 0.7
Hex FF D5 64 0 10 3D 0 2C 64 46
Octal 377 325 144 0 20 75 0 54 144 106
Binary 11111111 11010101 1100100 0 10000 111101 0 101100 1100100 1000110

Color Harmonies of #FFD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD564

Black with #FFD564

Text Example


Text Example

White with #FFD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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