#DEDC88

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

Shades of Primrose #DEDC88

Tints of Primrose #DEDC88

Color information

#DEDC88 (or 0xDEDC88) is unknown color: approx Primrose. HEX triplet: DE, DC and 88. RGB value is (222,220,136). Sum of RGB (Red+Green+Blue) = 222+220+136=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC88 is #212377. Grayscale: #D3D3D3. Windows color (decimal): -2171768 or 8969438. OLE color: 8969438.

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

Color convert

RGB222220136-
CMYK00.010.390.13
HSL58.6º56.58%70.2%-
HSV(B)58.6º38.74%87.06%-
XYZ60.1668.4933.34-
YUV211.0285.66135.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 136 (53.52% from 255) = 23.53%
R=38.41%
G=38.06%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222013600.010.390.1358.656.5870.2
HexDEDC880127D3b3946
Octal3363342100147157371106
Binary1101111011011100100010000110011111011110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC88; }

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

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

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

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

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

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

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

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