#DAD797

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

Shades of Primrose #DAD797

Tints of Primrose #DAD797

Color information

#DAD797 (or 0xDAD797) is unknown color: approx Primrose. HEX triplet: DA, D7 and 97. RGB value is (218,215,151). Sum of RGB (Red+Green+Blue) = 218+215+151=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD797 is #252868. Grayscale: #D0D0D0. Windows color (decimal): -2435177 or 9951194. OLE color: 9951194.

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

Color convert

RGB218215151-
CMYK00.010.310.15
HSL57.31º47.52%72.35%-
HSV(B)57.31º30.73%85.49%-
XYZ58.865.7438.87-
YUV208.695.49134.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 151 (59.38% from 255) = 25.86%
R=37.33%
G=36.82%
B=25.86%

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
Decimal21821515100.010.310.1557.3147.5272.35
HexDAD797011FF393048
Octal3323272270137177160110
Binary110110101101011110010111011111111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD797; }

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

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

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

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

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

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

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

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