#DEDD98

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

Shades of Primrose #DEDD98

Tints of Primrose #DEDD98

Color information

#DEDD98 (or 0xDEDD98) is unknown color: approx Primrose. HEX triplet: DE, DD and 98. RGB value is (222,221,152). Sum of RGB (Red+Green+Blue) = 222+221+152=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD98 is #212267. Grayscale: #D5D5D5. Windows color (decimal): -2171496 or 10018270. OLE color: 10018270.

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

Color convert

RGB222221152-
CMYK00.000.320.13
HSL59.14º51.47%73.33%-
HSV(B)59.14º31.53%87.06%-
XYZ61.6569.5139.87-
YUV213.4393.33134.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=37.31%
G=37.14%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222115200.000.320.1359.1451.4773.33
HexDEDD980020D3b3349
Octal3363352300040157363111
Binary1101111011011101100110000010000011011110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD98; }

 p { color: rgb(222,221,152); }

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

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

 a { background-color: rgb(222,221,152); }

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

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

 span { border-color: rgb(222,221,152); }

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