#DFD489

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

Shades of Primrose #DFD489

Tints of Primrose #DFD489

Color information

#DFD489 (or 0xDFD489) is unknown color: approx Primrose. HEX triplet: DF, D4 and 89. RGB value is (223,212,137). Sum of RGB (Red+Green+Blue) = 223+212+137=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD489 is #202B76. Grayscale: #CFCFCF. Windows color (decimal): -2108279 or 9032927. OLE color: 9032927.

HSL color Cylindrical-coordinate representation of color #DFD489: hue angle of 52.33º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFD489 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB223212137-
CMYK00.050.390.13
HSL52.33º57.33%70.59%-
HSV(B)52.33º38.57%87.45%-
XYZ58.4964.5833.05-
YUV206.7488.64139.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=38.99%
G=37.06%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321213700.050.390.1352.3357.3370.59
HexDFD4890527D343947
Octal3373242110547156471107
Binary110111111101010010001001010110011111011101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD489; }

 p { color: rgb(223,212,137); }

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

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

 a { background-color: rgb(223,212,137); }

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

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

 span { border-color: rgb(223,212,137); }

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