#DFDE98

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

Shades of Primrose #DFDE98

Tints of Primrose #DFDE98

Color information

#DFDE98 (or 0xDFDE98) is unknown color: approx Primrose. HEX triplet: DF, DE and 98. RGB value is (223,222,152). Sum of RGB (Red+Green+Blue) = 223+222+152=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDE98 is #202167. Grayscale: #D6D6D6. Windows color (decimal): -2105704 or 10018527. OLE color: 10018527.

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

Color convert

RGB223222152-
CMYK00.000.320.13
HSL59.15º52.59%73.53%-
HSV(B)59.15º31.84%87.45%-
XYZ62.2270.239.98-
YUV214.3292.83134.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 152 (59.77% from 255) = 25.46%
R=37.35%
G=37.19%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322215200.000.320.1359.1552.5973.53
HexDFDE980020D3b354a
Octal3373362300040157365112
Binary1101111111011110100110000010000011011110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDE98; }

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

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

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

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

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

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

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

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