#DED98B

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

Shades of Primrose #DED98B

Tints of Primrose #DED98B

Color information

#DED98B (or 0xDED98B) is unknown color: approx Primrose. HEX triplet: DE, D9 and 8B. RGB value is (222,217,139). Sum of RGB (Red+Green+Blue) = 222+217+139=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED98B is #212674. Grayscale: #D1D1D1. Windows color (decimal): -2172533 or 9165278. OLE color: 9165278.

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

Color convert

RGB222217139-
CMYK00.020.370.13
HSL56.39º55.7%70.78%-
HSV(B)56.39º37.39%87.06%-
XYZ59.667.0234.22-
YUV209.688.16136.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=38.41%
G=37.54%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221713900.020.370.1356.3955.770.78
HexDED98B0225D383847
Octal3363312130245157070107
Binary11011110110110011000101101010010111011110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED98B; }

 p { color: rgb(222,217,139); }

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

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

 a { background-color: rgb(222,217,139); }

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

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

 span { border-color: rgb(222,217,139); }

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