#DADD95

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

Shades of Primrose #DADD95

Tints of Primrose #DADD95

Color information

#DADD95 (or 0xDADD95) is unknown color: approx Primrose. HEX triplet: DA, DD and 95. RGB value is (218,221,149). Sum of RGB (Red+Green+Blue) = 218+221+149=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD95 is #25226A. Grayscale: #D4D4D4. Windows color (decimal): -2433643 or 9821658. OLE color: 9821658.

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

Color convert

RGB218221149-
CMYK0.0100.330.13
HSL62.5º51.43%72.55%-
HSV(B)62.5º32.58%86.67%-
XYZ60.1968.7938.54-
YUV211.992.51132.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=37.07%
G=37.59%
B=25.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211490.0100.330.1362.551.4372.55
HexDADD951021D3e3349
Octal3323352251041157663111
Binary1101101011011101100101011010000111011111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD95; }

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

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

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

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

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

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

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

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