#DEDC85

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

Shades of Primrose #DEDC85

Tints of Primrose #DEDC85

Color information

#DEDC85 (or 0xDEDC85) is unknown color: approx Primrose. HEX triplet: DE, DC and 85. RGB value is (222,220,133). Sum of RGB (Red+Green+Blue) = 222+220+133=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC85 is #21237A. Grayscale: #D3D3D3. Windows color (decimal): -2171771 or 8772830. OLE color: 8772830.

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

Color convert

RGB222220133-
CMYK00.010.400.13
HSL58.65º57.42%69.61%-
HSV(B)58.65º40.09%87.06%-
XYZ59.9568.4132.23-
YUV210.6884.16136.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=38.61%
G=38.26%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222013300.010.400.1358.6557.4269.61
HexDEDC850128D3b3946
Octal3363342050150157371106
Binary1101111011011100100001010110100011011110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC85; }

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

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

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

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

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

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

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

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