#DFDD86

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

Shades of Primrose #DFDD86

Tints of Primrose #DFDD86

Color information

#DFDD86 (or 0xDFDD86) is unknown color: approx Primrose. HEX triplet: DF, DD and 86. RGB value is (223,221,134). Sum of RGB (Red+Green+Blue) = 223+221+134=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD86 is #202279. Grayscale: #D4D4D4. Windows color (decimal): -2105978 or 8838623. OLE color: 8838623.

HSL color Cylindrical-coordinate representation of color #DFDD86: hue angle of 58.65º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFDD86 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223221134-
CMYK00.010.400.13
HSL58.65º58.17%70%-
HSV(B)58.65º39.91%87.45%-
XYZ60.5969.1232.7-
YUV211.6884.16136.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 134 (52.73% from 255) = 23.18%
R=38.58%
G=38.24%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322113400.010.400.1358.6558.1770
HexDFDD860128D3b3a46
Octal3373352060150157372106
Binary1101111111011101100001100110100011011110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD86; }

 p { color: rgb(223,221,134); }

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

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

 a { background-color: rgb(223,221,134); }

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

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

 span { border-color: rgb(223,221,134); }

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