#FFD364

Color #FFD364 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FFD364

Tints of Dandelion #FFD364

Color information

#FFD364 (or 0xFFD364) is unknown color: approx Dandelion. HEX triplet: FF, D3 and 64. RGB value is (255,211,100). Sum of RGB (Red+Green+Blue) = 255+211+100=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD364 is #002C9B. Grayscale: #D3D3D3. Windows color (decimal): -11420 or 6607871. OLE color: 6607871.

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

Color convert

RGB255211100-
CMYK00.170.610
HSL42.97º100%69.61%-
HSV(B)42.97º60.78%100%-
XYZ66.8368.7721.81-
YUV211.565.08159.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 100 (39.45% from 255) = 17.67%
R=45.05%
G=37.28%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521110000.170.61042.9710069.61
HexFFD3640113D02b6446
Octal37732314402175053144106
Binary11111111110100111100100010001111101010101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD364; }

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

 H1.HeaderClassName
 {
   color: #FFD364;
 }
 .AnyTagClassName
 {
   color: #FFD364;
 }
</style>
background-color css

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

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

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

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

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

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