#DCD893

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

Shades of Primrose #DCD893

Tints of Primrose #DCD893

Color information

#DCD893 (or 0xDCD893) is unknown color: approx Primrose. HEX triplet: DC, D8 and 93. RGB value is (220,216,147). Sum of RGB (Red+Green+Blue) = 220+216+147=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD893 is #23276C. Grayscale: #D1D1D1. Windows color (decimal): -2303853 or 9689308. OLE color: 9689308.

HSL color Cylindrical-coordinate representation of color #DCD893: hue angle of 56.71º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCD893 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220216147-
CMYK00.020.330.14
HSL56.71º51.05%71.96%-
HSV(B)56.71º33.18%86.27%-
XYZ59.3466.4337.3-
YUV209.3392.83135.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 147 (57.81% from 255) = 25.21%
R=37.74%
G=37.05%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614700.020.330.1456.7151.0571.96
HexDCD8930221E393348
Octal3343302230241167163110
Binary11011100110110001001001101010000111101110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD893; }

 p { color: rgb(220,216,147); }

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

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

 a { background-color: rgb(220,216,147); }

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

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

 span { border-color: rgb(220,216,147); }

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