#DADD91

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

Shades of Primrose #DADD91

Tints of Primrose #DADD91

Color information

#DADD91 (or 0xDADD91) is unknown color: approx Primrose. HEX triplet: DA, DD and 91. RGB value is (218,221,145). Sum of RGB (Red+Green+Blue) = 218+221+145=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD91 is #25226E. Grayscale: #D3D3D3. Windows color (decimal): -2433647 or 9559514. OLE color: 9559514.

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

Color convert

RGB218221145-
CMYK0.0100.340.13
HSL62.37º52.78%71.76%-
HSV(B)62.37º34.39%86.67%-
XYZ59.8868.6636.89-
YUV211.4490.51132.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 145 (57.03% from 255) = 24.83%
R=37.33%
G=37.84%
B=24.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211450.0100.340.1362.3752.7871.76
HexDADD911022D3e3548
Octal3323352211042157665110
Binary1101101011011101100100011010001011011111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD91; }

 p { color: rgb(218,221,145); }

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

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

 a { background-color: rgb(218,221,145); }

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

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

 span { border-color: rgb(218,221,145); }

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