#DFDE94

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

Shades of Primrose #DFDE94

Tints of Primrose #DFDE94

Color information

#DFDE94 (or 0xDFDE94) is unknown color: approx Primrose. HEX triplet: DF, DE and 94. RGB value is (223,222,148). Sum of RGB (Red+Green+Blue) = 223+222+148=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE94 is #20216B. Grayscale: #D6D6D6. Windows color (decimal): -2105708 or 9756383. OLE color: 9756383.

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

Color convert

RGB223222148-
CMYK00.000.340.13
HSL59.2º53.96%72.75%-
HSV(B)59.2º33.63%87.45%-
XYZ61.970.0738.28-
YUV213.8690.83134.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=37.61%
G=37.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322214800.000.340.1359.253.9672.75
HexDFDE940022D3b3649
Octal3373362240042157366111
Binary1101111111011110100101000010001011011110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE94; }

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

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

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

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

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

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

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

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