#DAD998

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

Shades of Primrose #DAD998

Tints of Primrose #DAD998

Color information

#DAD998 (or 0xDAD998) is unknown color: approx Primrose. HEX triplet: DA, D9 and 98. RGB value is (218,217,152). Sum of RGB (Red+Green+Blue) = 218+217+152=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD998 is #252667. Grayscale: #D2D2D2. Windows color (decimal): -2434664 or 10017242. OLE color: 10017242.

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

Color convert

RGB218217152-
CMYK00.000.300.15
HSL59.09º47.14%72.55%-
HSV(B)59.09º30.28%85.49%-
XYZ59.3966.839.47-
YUV209.8995.33133.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=37.14%
G=36.97%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821715200.000.300.1559.0947.1472.55
HexDAD998001EF3b2f49
Octal3323312300036177357111
Binary110110101101100110011000001111011111110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD998; }

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

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

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

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

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

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

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

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