#DED696

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

Shades of Primrose #DED696

Tints of Primrose #DED696

Color information

#DED696 (or 0xDED696) is unknown color: approx Primrose. HEX triplet: DE, D6 and 96. RGB value is (222,214,150). Sum of RGB (Red+Green+Blue) = 222+214+150=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED696 is #212969. Grayscale: #D1D1D1. Windows color (decimal): -2173290 or 9885406. OLE color: 9885406.

HSL color Cylindrical-coordinate representation of color #DED696: hue angle of 53.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DED696 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222214150-
CMYK00.040.320.13
HSL53.33º52.17%72.94%-
HSV(B)53.33º32.43%87.06%-
XYZ59.6865.8238.41-
YUV209.194.65137.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 150 (58.98% from 255) = 25.60%
R=37.88%
G=36.52%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221415000.040.320.1353.3352.1772.94
HexDED6960420D353449
Octal3363262260440156564111
Binary110111101101011010010110010010000011011101011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED696; }

 p { color: rgb(222,214,150); }

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

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

 a { background-color: rgb(222,214,150); }

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

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

 span { border-color: rgb(222,214,150); }

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