#DFDE8E

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

Shades of Primrose #DFDE8E

Tints of Primrose #DFDE8E

Color information

#DFDE8E (or 0xDFDE8E) is unknown color: approx Primrose. HEX triplet: DF, DE and 8E. RGB value is (223,222,142). Sum of RGB (Red+Green+Blue) = 223+222+142=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8E is #202171. Grayscale: #D5D5D5. Windows color (decimal): -2105714 or 9363167. OLE color: 9363167.

HSL color Cylindrical-coordinate representation of color #DFDE8E: hue angle of 59.26º 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 #DFDE8E is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223222142-
CMYK00.000.360.13
HSL59.26º55.86%71.57%-
HSV(B)59.26º36.32%87.45%-
XYZ61.4469.8835.84-
YUV213.1887.83135-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=37.99%
G=37.82%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322214200.000.360.1359.2655.8671.57
HexDFDE8E0024D3b3848
Octal3373362160044157370110
Binary1101111111011110100011100010010011011110111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE8E; }

 p { color: rgb(223,222,142); }

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

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

 a { background-color: rgb(223,222,142); }

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

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

 span { border-color: rgb(223,222,142); }

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