#DCDE9D

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

Shades of Primrose #DCDE9D

Tints of Primrose #DCDE9D

Color information

#DCDE9D (or 0xDCDE9D) is unknown color: approx Primrose. HEX triplet: DC, DE and 9D. RGB value is (220,222,157). Sum of RGB (Red+Green+Blue) = 220+222+157=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE9D is #232162. Grayscale: #D6D6D6. Windows color (decimal): -2302307 or 10346204. OLE color: 10346204.

HSL color Cylindrical-coordinate representation of color #DCDE9D: hue angle of 61.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCDE9D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB220222157-
CMYK0.0100.290.13
HSL61.85º49.62%74.31%-
HSV(B)61.85º29.28%87.06%-
XYZ61.7269.8942.14-
YUV213.9995.84132.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=36.73%
G=37.06%
B=26.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221570.0100.290.1361.8549.6274.31
HexDCDE9D101DD3e324a
Octal3343362351035157662112
Binary110111001101111010011101101110111011111101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE9D; }

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

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

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

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

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

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

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

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