#FFD061

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

Shades of Dandelion #FFD061

Tints of Dandelion #FFD061

Color information

#FFD061 (or 0xFFD061) is unknown color: approx Dandelion. HEX triplet: FF, D0 and 61. RGB value is (255,208,97). Sum of RGB (Red+Green+Blue) = 255+208+97=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD061 is #002F9E. Grayscale: #D1D1D1. Windows color (decimal): -12191 or 6410495. OLE color: 6410495.

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

Color convert

RGB25520897-
CMYK00.180.620
HSL42.15º100%69.02%-
HSV(B)42.15º61.96%100%-
XYZ65.9567.2320.81-
YUV209.464.57160.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 97 (38.28% from 255) = 17.32%
R=45.54%
G=37.14%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552089700.180.62042.1510069.02
HexFFD0610123E02a6445
Octal37732014102276052144105
Binary11111111110100001100001010010111110010101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD061; }

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

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

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

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

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

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

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

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