#DCD892

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

Shades of Primrose #DCD892

Tints of Primrose #DCD892

Color information

#DCD892 (or 0xDCD892) is unknown color: approx Primrose. HEX triplet: DC, D8 and 92. RGB value is (220,216,146). Sum of RGB (Red+Green+Blue) = 220+216+146=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD892 is #23276D. Grayscale: #D1D1D1. Windows color (decimal): -2303854 or 9623772. OLE color: 9623772.

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

Color convert

RGB220216146-
CMYK00.020.340.14
HSL56.76º51.39%71.76%-
HSV(B)56.76º33.64%86.27%-
XYZ59.2666.436.89-
YUV209.2292.33135.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 146 (57.42% from 255) = 25.09%
R=37.80%
G=37.11%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021614600.020.340.1456.7651.3971.76
HexDCD8920222E393348
Octal3343302220242167163110
Binary11011100110110001001001001010001011101110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD892; }

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

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

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

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

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

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

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

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