Html Css Color HEX #FFD764 Dandelion

📋 copy color: '#FFD764'

red 255 ◦ green 215 ◦ blue 100

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

Shades of Dandelion #FFD764

Tints of Dandelion #FFD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.72%

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

R = 44.74%
G = 37.72%
B = 17.54%

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

#FFD764 (or 0xFFD764) is known color: Dandelion. HEX triplet: FF, D7 and 64. RGB value is (255,215,100). Sum of RGB (Red+Green+Blue) = 255+215+100=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD764 is #00289B. Grayscale: #D6D6D6. Windows color (decimal): -10396 or 6608895. OLE color: 6608895.

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

Color convert

RGB 255 215 100 -
CMYK 0 0.16 0.61 0
HSL 44.52º 1% 0.7% -
HSV(B) 44.52º 0.61% 1% -
XYZ 67.84 70.78 22.14 -
YUV 213.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 255 215 100 0 0.16 0.61 0 44.52 1 0.7
Hex FF D7 64 0 10 3D 0 2D 64 46
Octal 377 327 144 0 20 75 0 55 144 106
Binary 11111111 11010111 1100100 0 10000 111101 0 101101 1100100 1000110

Color Harmonies of #FFD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD764

Black with #FFD764

Text Example


Text Example

White with #FFD764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD764; }

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

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

background-color css

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

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

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

border-color css

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

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

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