#DED697

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

Shades of Primrose #DED697

Tints of Primrose #DED697

Color information

#DED697 (or 0xDED697) is unknown color: approx Primrose. HEX triplet: DE, D6 and 97. RGB value is (222,214,151). Sum of RGB (Red+Green+Blue) = 222+214+151=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DED697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED697 is #212968. Grayscale: #D1D1D1. Windows color (decimal): -2173289 or 9950942. OLE color: 9950942.

HSL color Cylindrical-coordinate representation of color #DED697: hue angle of 53.24º 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 #DED697 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222214151-
CMYK00.040.320.13
HSL53.24º51.82%73.14%-
HSV(B)53.24º31.98%87.06%-
XYZ59.7665.8638.84-
YUV209.2195.15137.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 151 (59.38% from 255) = 25.72%
R=37.82%
G=36.46%
B=25.72%

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
Decimal22221415100.040.320.1353.2451.8273.14
HexDED6970420D353449
Octal3363262270440156564111
Binary110111101101011010010111010010000011011101011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED697; }

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

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

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

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

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

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

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

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