#DFDA82

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

Shades of Primrose #DFDA82

Tints of Primrose #DFDA82

Color information

#DFDA82 (or 0xDFDA82) is unknown color: approx Primrose. HEX triplet: DF, DA and 82. RGB value is (223,218,130). Sum of RGB (Red+Green+Blue) = 223+218+130=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA82 is #20257D. Grayscale: #D1D1D1. Windows color (decimal): -2106750 or 8575711. OLE color: 8575711.

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

Color convert

RGB223218130-
CMYK00.020.420.13
HSL56.77º59.24%69.22%-
HSV(B)56.77º41.7%87.45%-
XYZ59.5367.4431-
YUV209.4683.16137.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=39.05%
G=38.18%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321813000.020.420.1356.7759.2469.22
HexDFDA82022AD393b45
Octal3373322020252157173105
Binary11011111110110101000001001010101011011110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA82; }

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

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

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

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

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

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

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

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