#DAD896

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

Shades of Primrose #DAD896

Tints of Primrose #DAD896

Color information

#DAD896 (or 0xDAD896) is unknown color: approx Primrose. HEX triplet: DA, D8 and 96. RGB value is (218,216,150). Sum of RGB (Red+Green+Blue) = 218+216+150=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD896 is #252769. Grayscale: #D1D1D1. Windows color (decimal): -2434922 or 9885914. OLE color: 9885914.

HSL color Cylindrical-coordinate representation of color #DAD896: hue angle of 58.24º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAD896 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218216150-
CMYK00.010.310.15
HSL58.24º47.89%72.16%-
HSV(B)58.24º31.19%85.49%-
XYZ58.9766.2238.53-
YUV209.0794.66134.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=37.33%
G=36.99%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821615000.010.310.1558.2447.8972.16
HexDAD896011FF3a3048
Octal3323302260137177260110
Binary110110101101100010010110011111111111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD896; }

 p { color: rgb(218,216,150); }

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

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

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

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

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

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

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