#DFDA8E

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

Shades of Primrose #DFDA8E

Tints of Primrose #DFDA8E

Color information

#DFDA8E (or 0xDFDA8E) is unknown color: approx Primrose. HEX triplet: DF, DA and 8E. RGB value is (223,218,142). Sum of RGB (Red+Green+Blue) = 223+218+142=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8E is #202571. Grayscale: #D3D3D3. Windows color (decimal): -2106738 or 9362143. OLE color: 9362143.

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

Color convert

RGB223218142-
CMYK00.020.360.13
HSL56.3º55.86%71.57%-
HSV(B)56.3º36.32%87.45%-
XYZ60.3967.7835.49-
YUV210.8389.16136.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=38.25%
G=37.39%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321814200.020.360.1356.355.8671.57
HexDFDA8E0224D383848
Octal3373322160244157070110
Binary11011111110110101000111001010010011011110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA8E; }

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

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

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

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

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

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

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

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