#DFD790

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

Shades of Primrose #DFD790

Tints of Primrose #DFD790

Color information

#DFD790 (or 0xDFD790) is unknown color: approx Primrose. HEX triplet: DF, D7 and 90. RGB value is (223,215,144). Sum of RGB (Red+Green+Blue) = 223+215+144=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD790 is #20286F. Grayscale: #D1D1D1. Windows color (decimal): -2107504 or 9492447. OLE color: 9492447.

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

Color convert

RGB223215144-
CMYK00.040.350.13
HSL53.92º55.24%71.96%-
HSV(B)53.92º35.43%87.45%-
XYZ59.7766.336.03-
YUV209.391.15137.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 144 (56.64% from 255) = 24.74%
R=38.32%
G=36.94%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321514400.040.350.1353.9255.2471.96
HexDFD7900423D363748
Octal3373272200443156667110
Binary110111111101011110010000010010001111011101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD790; }

 p { color: rgb(223,215,144); }

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

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

 a { background-color: rgb(223,215,144); }

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

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

 span { border-color: rgb(223,215,144); }

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