#DFDA8D

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

Shades of Primrose #DFDA8D

Tints of Primrose #DFDA8D

Color information

#DFDA8D (or 0xDFDA8D) is unknown color: approx Primrose. HEX triplet: DF, DA and 8D. RGB value is (223,218,141). Sum of RGB (Red+Green+Blue) = 223+218+141=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8D is #202572. Grayscale: #D3D3D3. Windows color (decimal): -2106739 or 9296607. OLE color: 9296607.

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

Color convert

RGB223218141-
CMYK00.020.370.13
HSL56.34º56.16%71.37%-
HSV(B)56.34º36.77%87.45%-
XYZ60.3167.7535.1-
YUV210.7288.66136.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 218 (85.55% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 24.23%
R=38.32%
G=37.46%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321814100.020.370.1356.3456.1671.37
HexDFDA8D0225D383847
Octal3373322150245157070107
Binary11011111110110101000110101010010111011110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA8D; }

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

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

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

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

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

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

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

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