#DCDF8F

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

Shades of Primrose #DCDF8F

Tints of Primrose #DCDF8F

Color information

#DCDF8F (or 0xDCDF8F) is unknown color: approx Primrose. HEX triplet: DC, DF and 8F. RGB value is (220,223,143). Sum of RGB (Red+Green+Blue) = 220+223+143=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8F is #232070. Grayscale: #D5D5D5. Windows color (decimal): -2302065 or 9428956. OLE color: 9428956.

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

Color convert

RGB220223143-
CMYK0.0100.360.13
HSL62.25º55.56%71.76%-
HSV(B)62.25º35.87%87.45%-
XYZ60.8669.9736.29-
YUV212.9888.51133-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 143 (56.25% from 255) = 24.40%
R=37.54%
G=38.05%
B=24.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231430.0100.360.1362.2555.5671.76
HexDCDF8F1024D3e3848
Octal3343372171044157670110
Binary1101110011011111100011111010010011011111101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF8F; }

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

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

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

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

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

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

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

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