#FFD066

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

Shades of Dandelion #FFD066

Tints of Dandelion #FFD066

Color information

#FFD066 (or 0xFFD066) is unknown color: approx Dandelion. HEX triplet: FF, D0 and 66. RGB value is (255,208,102). Sum of RGB (Red+Green+Blue) = 255+208+102=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 102 (40.23% from 255 or 18.05% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD066 is #002F99. Grayscale: #D2D2D2. Windows color (decimal): -12186 or 6738175. OLE color: 6738175.

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

Color convert

RGB255208102-
CMYK00.180.60
HSL41.57º100%70%-
HSV(B)41.57º60%100%-
XYZ66.1967.3322.08-
YUV209.9767.07160.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 102 (40.23% from 255) = 18.05%
R=45.13%
G=36.81%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520810200.180.6041.5710070
HexFFD0660123C02a6446
Octal37732014602274052144106
Binary11111111110100001100110010010111100010101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD066; }

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

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

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

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

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

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

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

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