#DFDE80

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

Shades of Primrose #DFDE80

Tints of Primrose #DFDE80

Color information

#DFDE80 (or 0xDFDE80) is unknown color: approx Primrose. HEX triplet: DF, DE and 80. RGB value is (223,222,128). Sum of RGB (Red+Green+Blue) = 223+222+128=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE80 is #20217F. Grayscale: #D3D3D3. Windows color (decimal): -2105728 or 8445663. OLE color: 8445663.

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

Color convert

RGB223222128-
CMYK00.000.430.13
HSL59.37º59.75%68.82%-
HSV(B)59.37º42.6%87.45%-
XYZ60.4569.4930.65-
YUV211.5880.83136.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 222 (87.11% from 255) = 38.74%
BLUE value IS 128 (50.39% from 255) = 22.34%
R=38.92%
G=38.74%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322212800.000.430.1359.3759.7568.82
HexDFDE80002BD3b3c45
Octal3373362000053157374105
Binary1101111111011110100000000010101111011110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE80; }

 p { color: rgb(223,222,128); }

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

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

 a { background-color: rgb(223,222,128); }

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

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

 span { border-color: rgb(223,222,128); }

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