#DCD991

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

Shades of Primrose #DCD991

Tints of Primrose #DCD991

Color information

#DCD991 (or 0xDCD991) is unknown color: approx Primrose. HEX triplet: DC, D9 and 91. RGB value is (220,217,145). Sum of RGB (Red+Green+Blue) = 220+217+145=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD991 is #23266E. Grayscale: #D1D1D1. Windows color (decimal): -2303599 or 9558492. OLE color: 9558492.

HSL color Cylindrical-coordinate representation of color #DCD991: hue angle of 57.6º degrees, saturation: 0.52, 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 #DCD991 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220217145-
CMYK00.010.340.14
HSL57.6º51.72%71.57%-
HSV(B)57.6º34.09%86.27%-
XYZ59.4466.8936.57-
YUV209.6991.49135.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.80%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=37.80%
G=37.29%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021714500.010.340.1457.651.7271.57
HexDCD9910122E3a3448
Octal3343312210142167264110
Binary1101110011011001100100010110001011101110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD991; }

 p { color: rgb(220,217,145); }

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

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

 a { background-color: rgb(220,217,145); }

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

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

 span { border-color: rgb(220,217,145); }

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