#DFDE84

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

Shades of Primrose #DFDE84

Tints of Primrose #DFDE84

Color information

#DFDE84 (or 0xDFDE84) is unknown color: approx Primrose. HEX triplet: DF, DE and 84. RGB value is (223,222,132). Sum of RGB (Red+Green+Blue) = 223+222+132=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE84 is #20217B. Grayscale: #D4D4D4. Windows color (decimal): -2105724 or 8707807. OLE color: 8707807.

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

Color convert

RGB223222132-
CMYK00.000.410.13
HSL59.34º58.71%69.61%-
HSV(B)59.34º40.81%87.45%-
XYZ60.7269.632.06-
YUV212.0482.83135.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=38.65%
G=38.47%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322213200.000.410.1359.3458.7169.61
HexDFDE840029D3b3b46
Octal3373362040051157373106
Binary1101111111011110100001000010100111011110111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE84; }

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

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

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

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

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

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

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

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