#DAD799

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

Shades of Primrose #DAD799

Tints of Primrose #DAD799

Color information

#DAD799 (or 0xDAD799) is unknown color: approx Primrose. HEX triplet: DA, D7 and 99. RGB value is (218,215,153). Sum of RGB (Red+Green+Blue) = 218+215+153=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD799 is #252866. Grayscale: #D1D1D1. Windows color (decimal): -2435175 or 10082266. OLE color: 10082266.

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

Color convert

RGB218215153-
CMYK00.010.300.15
HSL57.23º46.76%72.75%-
HSV(B)57.23º29.82%85.49%-
XYZ58.9665.8139.73-
YUV208.8396.49134.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 215 (84.38% from 255) = 36.69%
BLUE value IS 153 (60.16% from 255) = 26.11%
R=37.20%
G=36.69%
B=26.11%

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
Decimal21821515300.010.300.1557.2346.7672.75
HexDAD799011EF392f49
Octal3323272310136177157111
Binary110110101101011110011001011111011111110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD799; }

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

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

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

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

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

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

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

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