#DFDA91

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

Shades of Primrose #DFDA91

Tints of Primrose #DFDA91

Color information

#DFDA91 (or 0xDFDA91) is unknown color: approx Primrose. HEX triplet: DF, DA and 91. RGB value is (223,218,145). Sum of RGB (Red+Green+Blue) = 223+218+145=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA91 is #20256E. Grayscale: #D3D3D3. Windows color (decimal): -2106735 or 9558751. OLE color: 9558751.

HSL color Cylindrical-coordinate representation of color #DFDA91: hue angle of 56.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFDA91 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223218145-
CMYK00.020.350.13
HSL56.15º54.93%72.16%-
HSV(B)56.15º34.98%87.45%-
XYZ60.6167.8836.69-
YUV211.1790.66136.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 145 (57.03% from 255) = 24.74%
R=38.05%
G=37.20%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321814500.020.350.1356.1554.9372.16
HexDFDA910223D383748
Octal3373322210243157067110
Binary11011111110110101001000101010001111011110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA91; }

 p { color: rgb(223,218,145); }

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

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

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

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

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

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

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