#DEDA8F

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

Shades of Primrose #DEDA8F

Tints of Primrose #DEDA8F

Color information

#DEDA8F (or 0xDEDA8F) is unknown color: approx Primrose. HEX triplet: DE, DA and 8F. RGB value is (222,218,143). Sum of RGB (Red+Green+Blue) = 222+218+143=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA8F is #212570. Grayscale: #D2D2D2. Windows color (decimal): -2172273 or 9427678. OLE color: 9427678.

HSL color Cylindrical-coordinate representation of color #DEDA8F: hue angle of 56.96º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDA8F is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222218143-
CMYK00.020.360.13
HSL56.96º54.48%71.57%-
HSV(B)56.96º35.59%87.06%-
XYZ60.1567.6635.88-
YUV210.6589.83136.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 143 (56.25% from 255) = 24.53%
R=38.08%
G=37.39%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221814300.020.360.1356.9654.4871.57
HexDEDA8F0224D393648
Octal3363322170244157166110
Binary11011110110110101000111101010010011011110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA8F; }

 p { color: rgb(222,218,143); }

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

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

 a { background-color: rgb(222,218,143); }

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

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

 span { border-color: rgb(222,218,143); }

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