#DED798

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

Shades of Primrose #DED798

Tints of Primrose #DED798

Color information

#DED798 (or 0xDED798) is unknown color: approx Primrose. HEX triplet: DE, D7 and 98. RGB value is (222,215,152). Sum of RGB (Red+Green+Blue) = 222+215+152=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DED798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED798 is #212867. Grayscale: #D2D2D2. Windows color (decimal): -2173032 or 10016734. OLE color: 10016734.

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

Color convert

RGB222215152-
CMYK00.030.320.13
HSL54º51.47%73.33%-
HSV(B)54º31.53%87.06%-
XYZ60.0966.439.35-
YUV209.9195.32136.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 152 (59.77% from 255) = 25.81%
R=37.69%
G=36.50%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221515200.030.320.135451.4773.33
HexDED7980320D363349
Octal3363272300340156663111
Binary11011110110101111001100001110000011011101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED798; }

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

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

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

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

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

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

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

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