#DAD997

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

Shades of Primrose #DAD997

Tints of Primrose #DAD997

Color information

#DAD997 (or 0xDAD997) is unknown color: approx Primrose. HEX triplet: DA, D9 and 97. RGB value is (218,217,151). Sum of RGB (Red+Green+Blue) = 218+217+151=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD997 is #252668. Grayscale: #D2D2D2. Windows color (decimal): -2434665 or 9951706. OLE color: 9951706.

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

Color convert

RGB218217151-
CMYK00.000.310.15
HSL59.1º47.52%72.35%-
HSV(B)59.1º30.73%85.49%-
XYZ59.3166.7739.04-
YUV209.7794.83133.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 217 (85.16% from 255) = 37.03%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=37.20%
G=37.03%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821715100.000.310.1559.147.5272.35
HexDAD997001FF3b3048
Octal3323312270037177360110
Binary110110101101100110010111001111111111110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD997; }

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

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

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

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

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

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

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

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