#DED694

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

Shades of Primrose #DED694

Tints of Primrose #DED694

Color information

#DED694 (or 0xDED694) is unknown color: approx Primrose. HEX triplet: DE, D6 and 94. RGB value is (222,214,148). Sum of RGB (Red+Green+Blue) = 222+214+148=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED694 is #21296B. Grayscale: #D1D1D1. Windows color (decimal): -2173292 or 9754334. OLE color: 9754334.

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

Color convert

RGB222214148-
CMYK00.040.330.13
HSL53.51º52.86%72.55%-
HSV(B)53.51º33.33%87.06%-
XYZ59.5265.7637.57-
YUV208.8793.65137.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=38.01%
G=36.64%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221414800.040.330.1353.5152.8672.55
HexDED6940421D363549
Octal3363262240441156665111
Binary110111101101011010010100010010000111011101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED694; }

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

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

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

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

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

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

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

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