#DADA87

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

Shades of Primrose #DADA87

Tints of Primrose #DADA87

Color information

#DADA87 (or 0xDADA87) is unknown color: approx Primrose. HEX triplet: DA, DA and 87. RGB value is (218,218,135). Sum of RGB (Red+Green+Blue) = 218+218+135=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA87 is #252578. Grayscale: #D0D0D0. Windows color (decimal): -2434425 or 8903386. OLE color: 8903386.

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

Color convert

RGB218218135-
CMYK000.380.15
HSL60º52.87%69.22%-
HSV(B)60º38.07%85.49%-
XYZ58.3666.832.74-
YUV208.5486.5134.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 135 (53.12% from 255) = 23.64%
R=38.18%
G=38.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218135000.380.156052.8769.22
HexDADA870026F3c3545
Octal3323322070046177465105
Binary1101101011011010100001110010011011111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA87; }

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

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

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

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

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

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

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

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