#FFD063

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

Shades of Dandelion #FFD063

Tints of Dandelion #FFD063

Color information

#FFD063 (or 0xFFD063) is unknown color: approx Dandelion. HEX triplet: FF, D0 and 63. RGB value is (255,208,99). Sum of RGB (Red+Green+Blue) = 255+208+99=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD063 is #002F9C. Grayscale: #D2D2D2. Windows color (decimal): -12189 or 6541567. OLE color: 6541567.

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

Color convert

RGB25520899-
CMYK00.180.610
HSL41.92º100%69.41%-
HSV(B)41.92º61.18%100%-
XYZ66.0567.2721.31-
YUV209.6365.57160.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 99 (39.06% from 255) = 17.62%
R=45.37%
G=37.01%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552089900.180.61041.9210069.41
HexFFD0630123D02a6445
Octal37732014302275052144105
Binary11111111110100001100011010010111101010101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD063; }

 p { color: rgb(255,208,99); }

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

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

 a { background-color: rgb(255,208,99); }

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

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

 span { border-color: rgb(255,208,99); }

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