#DFDE8C

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

Shades of Primrose #DFDE8C

Tints of Primrose #DFDE8C

Color information

#DFDE8C (or 0xDFDE8C) is unknown color: approx Primrose. HEX triplet: DF, DE and 8C. RGB value is (223,222,140). Sum of RGB (Red+Green+Blue) = 223+222+140=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE8C is #202173. Grayscale: #D5D5D5. Windows color (decimal): -2105716 or 9232095. OLE color: 9232095.

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

Color convert

RGB223222140-
CMYK00.000.370.13
HSL59.28º56.46%71.18%-
HSV(B)59.28º37.22%87.45%-
XYZ61.2969.8235.06-
YUV212.9586.83135.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=38.12%
G=37.95%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322214000.000.370.1359.2856.4671.18
HexDFDE8C0025D3b3847
Octal3373362140045157370107
Binary1101111111011110100011000010010111011110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE8C; }

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

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

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

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

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

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

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

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