#DCDF8D

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

Shades of Primrose #DCDF8D

Tints of Primrose #DCDF8D

Color information

#DCDF8D (or 0xDCDF8D) is unknown color: approx Primrose. HEX triplet: DC, DF and 8D. RGB value is (220,223,141). Sum of RGB (Red+Green+Blue) = 220+223+141=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8D is #232072. Grayscale: #D5D5D5. Windows color (decimal): -2302067 or 9297884. OLE color: 9297884.

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

Color convert

RGB220223141-
CMYK0.0100.370.13
HSL62.2º56.16%71.37%-
HSV(B)62.2º36.77%87.45%-
XYZ60.7169.9135.49-
YUV212.7687.51133.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=37.67%
G=38.18%
B=24.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231410.0100.370.1362.256.1671.37
HexDCDF8D1025D3e3847
Octal3343372151045157670107
Binary1101110011011111100011011010010111011111101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF8D; }

 p { color: rgb(220,223,141); }

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

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

 a { background-color: rgb(220,223,141); }

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

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

 span { border-color: rgb(220,223,141); }

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