#DAD987

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

Shades of Primrose #DAD987

Tints of Primrose #DAD987

Color information

#DAD987 (or 0xDAD987) is unknown color: approx Primrose. HEX triplet: DA, D9 and 87. RGB value is (218,217,135). Sum of RGB (Red+Green+Blue) = 218+217+135=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD987 is #252678. Grayscale: #D0D0D0. Windows color (decimal): -2434681 or 8903130. OLE color: 8903130.

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

Color convert

RGB218217135-
CMYK00.000.380.15
HSL59.28º52.87%69.22%-
HSV(B)59.28º38.07%85.49%-
XYZ58.166.2832.65-
YUV207.9586.83135.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 135 (53.12% from 255) = 23.68%
R=38.25%
G=38.07%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821713500.000.380.1559.2852.8769.22
HexDAD9870026F3b3545
Octal3323312070046177365105
Binary1101101011011001100001110010011011111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD987; }

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

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

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

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

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

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

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

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