#DFDF9D

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

Shades of Primrose #DFDF9D

Tints of Primrose #DFDF9D

Color information

#DFDF9D (or 0xDFDF9D) is unknown color: approx Primrose. HEX triplet: DF, DF and 9D. RGB value is (223,223,157). Sum of RGB (Red+Green+Blue) = 223+223+157=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF9D is #202062. Grayscale: #D7D7D7. Windows color (decimal): -2105443 or 10346463. OLE color: 10346463.

HSL color Cylindrical-coordinate representation of color #DFDF9D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDF9D is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223223157-
CMYK000.300.13
HSL60º50.77%74.51%-
HSV(B)60º29.6%87.45%-
XYZ62.970.942.27-
YUV215.4895133.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=36.98%
G=36.98%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223157000.300.136050.7774.51
HexDFDF9D001ED3c334b
Octal3373372350036157463113
Binary110111111101111110011101001111011011111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF9D; }

 p { color: rgb(223,223,157); }

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

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

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

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

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

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

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