#DAD796

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

Shades of Primrose #DAD796

Tints of Primrose #DAD796

Color information

#DAD796 (or 0xDAD796) is unknown color: approx Primrose. HEX triplet: DA, D7 and 96. RGB value is (218,215,150). Sum of RGB (Red+Green+Blue) = 218+215+150=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD796 is #252869. Grayscale: #D0D0D0. Windows color (decimal): -2435178 or 9885658. OLE color: 9885658.

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

Color convert

RGB218215150-
CMYK00.010.310.15
HSL57.35º47.89%72.16%-
HSV(B)57.35º31.19%85.49%-
XYZ58.7265.7138.44-
YUV208.4994.99134.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=37.39%
G=36.88%
B=25.73%

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
Decimal21821515000.010.310.1557.3547.8972.16
HexDAD796011FF393048
Octal3323272260137177160110
Binary110110101101011110010110011111111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD796; }

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

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

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

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

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

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

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

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