#DAD587

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

Shades of Primrose #DAD587

Tints of Primrose #DAD587

Color information

#DAD587 (or 0xDAD587) is unknown color: approx Primrose. HEX triplet: DA, D5 and 87. RGB value is (218,213,135). Sum of RGB (Red+Green+Blue) = 218+213+135=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD587 is #252A78. Grayscale: #CDCDCD. Windows color (decimal): -2435705 or 8902106. OLE color: 8902106.

HSL color Cylindrical-coordinate representation of color #DAD587: hue angle of 56.39º 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 #DAD587 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218213135-
CMYK00.020.380.15
HSL56.39º52.87%69.22%-
HSV(B)56.39º38.07%85.49%-
XYZ57.0864.2432.31-
YUV205.688.16136.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 213 (83.59% from 255) = 37.63%
BLUE value IS 135 (53.12% from 255) = 23.85%
R=38.52%
G=37.63%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821313500.020.380.1556.3952.8769.22
HexDAD5870226F383545
Octal3323252070246177065105
Binary11011010110101011000011101010011011111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD587; }

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

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

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

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

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

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

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

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