#DAD986

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

Shades of Primrose #DAD986

Tints of Primrose #DAD986

Color information

#DAD986 (or 0xDAD986) is unknown color: approx Primrose. HEX triplet: DA, D9 and 86. RGB value is (218,217,134). Sum of RGB (Red+Green+Blue) = 218+217+134=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD986 is #252679. Grayscale: #D0D0D0. Windows color (decimal): -2434682 or 8837594. OLE color: 8837594.

HSL color Cylindrical-coordinate representation of color #DAD986: hue angle of 59.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAD986 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB218217134-
CMYK00.000.390.15
HSL59.29º53.16%69.02%-
HSV(B)59.29º38.53%85.49%-
XYZ58.0366.2532.28-
YUV207.8486.33135.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 134 (52.73% from 255) = 23.55%
R=38.31%
G=38.14%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821713400.000.390.1559.2953.1669.02
HexDAD9860027F3b3545
Octal3323312060047177365105
Binary1101101011011001100001100010011111111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD986; }

 p { color: rgb(218,217,134); }

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

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

 a { background-color: rgb(218,217,134); }

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

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

 span { border-color: rgb(218,217,134); }

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