#DFD28E

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

Shades of Primrose #DFD28E

Tints of Primrose #DFD28E

Color information

#DFD28E (or 0xDFD28E) is unknown color: approx Primrose. HEX triplet: DF, D2 and 8E. RGB value is (223,210,142). Sum of RGB (Red+Green+Blue) = 223+210+142=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD28E is #202D71. Grayscale: #CECECE. Windows color (decimal): -2108786 or 9360095. OLE color: 9360095.

HSL color Cylindrical-coordinate representation of color #DFD28E: hue angle of 50.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFD28E is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223210142-
CMYK00.060.360.13
HSL50.37º55.86%71.57%-
HSV(B)50.37º36.32%87.45%-
XYZ58.3663.7334.82-
YUV206.1491.81140.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 142 (55.86% from 255) = 24.70%
R=38.78%
G=36.52%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321014200.060.360.1350.3755.8671.57
HexDFD28E0624D323848
Octal3373222160644156270110
Binary110111111101001010001110011010010011011100101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD28E; }

 p { color: rgb(223,210,142); }

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

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

 a { background-color: rgb(223,210,142); }

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

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

 span { border-color: rgb(223,210,142); }

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