#DCD895

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

Shades of Primrose #DCD895

Tints of Primrose #DCD895

Color information

#DCD895 (or 0xDCD895) is unknown color: approx Primrose. HEX triplet: DC, D8 and 95. RGB value is (220,216,149). Sum of RGB (Red+Green+Blue) = 220+216+149=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD895 is #23276A. Grayscale: #D1D1D1. Windows color (decimal): -2303851 or 9820380. OLE color: 9820380.

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

Color convert

RGB220216149-
CMYK00.020.320.14
HSL56.62º50.35%72.35%-
HSV(B)56.62º32.27%86.27%-
XYZ59.566.538.13-
YUV209.5693.83135.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 149 (58.59% from 255) = 25.47%
R=37.61%
G=36.92%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614900.020.320.1456.6250.3572.35
HexDCD8950220E393248
Octal3343302250240167162110
Binary11011100110110001001010101010000011101110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD895; }

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

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

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

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

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

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

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

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