#DFD896

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

Shades of Primrose #DFD896

Tints of Primrose #DFD896

Color information

#DFD896 (or 0xDFD896) is unknown color: approx Primrose. HEX triplet: DF, D8 and 96. RGB value is (223,216,150). Sum of RGB (Red+Green+Blue) = 223+216+150=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD896 is #202769. Grayscale: #D2D2D2. Windows color (decimal): -2107242 or 9885919. OLE color: 9885919.

HSL color Cylindrical-coordinate representation of color #DFD896: hue angle of 54.25º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFD896 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223216150-
CMYK00.030.330.13
HSL54.25º53.28%73.14%-
HSV(B)54.25º32.74%87.45%-
XYZ60.496738.6-
YUV210.5793.82136.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 216 (84.77% from 255) = 36.67%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=37.86%
G=36.67%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321615000.030.330.1354.2553.2873.14
HexDFD8960321D363549
Octal3373302260341156665111
Binary11011111110110001001011001110000111011101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD896; }

 p { color: rgb(223,216,150); }

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

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

 a { background-color: rgb(223,216,150); }

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

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

 span { border-color: rgb(223,216,150); }

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