#dfda8c

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

Shades of Primrose #DFDA8C

Tints of Primrose #DFDA8C

Color information

#DFDA8C (or 0xDFDA8C) is unknown color: approx Primrose. HEX triplet: DF, DA and 8C. RGB value is (223,218,140). Sum of RGB (Red+Green+Blue) = 223+218+140=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8C is #202573. Grayscale: #D2D2D2. Windows color (decimal): -2106740 or 9231071. OLE color: 9231071.

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

Color convert

RGB223218140-
CMYK00.020.370.13
HSL56.39º56.46%71.18%-
HSV(B)56.39º37.22%87.45%-
XYZ60.2467.7234.71-
YUV210.688.16136.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 140 (55.08% from 255) = 24.10%
R=38.38%
G=37.52%
B=24.10%

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
Decimal22321814000.020.370.1356.3956.4671.18
HexDFDA8C0225D383847
Octal3373322140245157070107
Binary11011111110110101000110001010010111011110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfda8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfda8c; }

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

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

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

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

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

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

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

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