#DFDA94

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

Shades of Primrose #DFDA94

Tints of Primrose #DFDA94

Color information

#DFDA94 (or 0xDFDA94) is unknown color: approx Primrose. HEX triplet: DF, DA and 94. RGB value is (223,218,148). Sum of RGB (Red+Green+Blue) = 223+218+148=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA94 is #20256B. Grayscale: #D3D3D3. Windows color (decimal): -2106732 or 9755359. OLE color: 9755359.

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

Color convert

RGB223218148-
CMYK00.020.340.13
HSL56º53.96%72.75%-
HSV(B)56º33.63%87.45%-
XYZ60.8567.9737.93-
YUV211.5292.16136.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=37.86%
G=37.01%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321814800.020.340.135653.9672.75
HexDFDA940222D383649
Octal3373322240242157066111
Binary11011111110110101001010001010001011011110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA94; }

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

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

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

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

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

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

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

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