#DAD898

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

Shades of Primrose #DAD898

Tints of Primrose #DAD898

Color information

#DAD898 (or 0xDAD898) is unknown color: approx Primrose. HEX triplet: DA, D8 and 98. RGB value is (218,216,152). Sum of RGB (Red+Green+Blue) = 218+216+152=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD898 is #252767. Grayscale: #D1D1D1. Windows color (decimal): -2434920 or 10016986. OLE color: 10016986.

HSL color Cylindrical-coordinate representation of color #DAD898: hue angle of 58.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD898 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218216152-
CMYK00.010.300.15
HSL58.18º47.14%72.55%-
HSV(B)58.18º30.28%85.49%-
XYZ59.1466.2839.38-
YUV209.395.66134.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 152 (59.77% from 255) = 25.94%
R=37.20%
G=36.86%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821615200.010.300.1558.1847.1472.55
HexDAD898011EF3a2f49
Octal3323302300136177257111
Binary110110101101100010011000011111011111110101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD898; }

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

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

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

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

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

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

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

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