Html Css Color HEX #FFD664 Dandelion

📋 copy color: '#FFD664'

red 255 ◦ green 214 ◦ blue 100

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

Shades of Dandelion #FFD664

Tints of Dandelion #FFD664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

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

R = 44.82%
G = 37.61%
B = 17.57%

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

#FFD664 (or 0xFFD664) is known color: Dandelion. HEX triplet: FF, D6 and 64. RGB value is (255,214,100). Sum of RGB (Red+Green+Blue) = 255+214+100=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD664 is #00299B. Grayscale: #D5D5D5. Windows color (decimal): -10652 or 6608639. OLE color: 6608639.

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

Color convert

RGB 255 214 100 -
CMYK 0 0.16 0.61 0
HSL 44.13º 1% 0.7% -
HSV(B) 44.13º 0.61% 1% -
XYZ 67.59 70.27 22.06 -
YUV 213.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 255 214 100 0 0.16 0.61 0 44.13 1 0.7
Hex FF D6 64 0 10 3D 0 2C 64 46
Octal 377 326 144 0 20 75 0 54 144 106
Binary 11111111 11010110 1100100 0 10000 111101 0 101100 1100100 1000110

Color Harmonies of #FFD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD664

Black with #FFD664

Text Example


Text Example

White with #FFD664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD664; }

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

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

background-color css

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

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

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

border-color css

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

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

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