#DED788

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

Shades of Primrose #DED788

Tints of Primrose #DED788

Color information

#DED788 (or 0xDED788) is unknown color: approx Primrose. HEX triplet: DE, D7 and 88. RGB value is (222,215,136). Sum of RGB (Red+Green+Blue) = 222+215+136=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DED788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED788 is #212877. Grayscale: #D0D0D0. Windows color (decimal): -2173048 or 8968158. OLE color: 8968158.

HSL color Cylindrical-coordinate representation of color #DED788: hue angle of 55.12º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED788 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB222215136-
CMYK00.030.390.13
HSL55.12º56.58%70.2%-
HSV(B)55.12º38.74%87.06%-
XYZ58.8765.9132.91-
YUV208.0987.32137.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 136 (53.52% from 255) = 23.73%
R=38.74%
G=37.52%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221513600.030.390.1355.1256.5870.2
HexDED7880327D373946
Octal3363272100347156771106
Binary11011110110101111000100001110011111011101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED788; }

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

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

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

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

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

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

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

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