#D5DA96

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

Shades of Primrose #D5DA96

Tints of Primrose #D5DA96

Color information

#D5DA96 (or 0xD5DA96) is unknown color: approx Primrose. HEX triplet: D5, DA and 96. RGB value is (213,218,150). Sum of RGB (Red+Green+Blue) = 213+218+150=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA96 is #2A2569. Grayscale: #D1D1D1. Windows color (decimal): -2762090 or 9886421. OLE color: 9886421.

HSL color Cylindrical-coordinate representation of color #D5DA96: hue angle of 64.41º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5DA96 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB213218150-
CMYK0.0200.310.15
HSL64.41º47.89%72.16%-
HSV(B)64.41º31.19%85.49%-
XYZ58.0266.4938.63-
YUV208.7594.84131.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=36.66%
G=37.52%
B=25.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181500.0200.310.1564.4147.8972.16
HexD5DA96201FF403048
Octal32533222620371710060110
Binary11010101110110101001011010011111111110000001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA96; }

 p { color: rgb(213,218,150); }

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

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

 a { background-color: rgb(213,218,150); }

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

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

 span { border-color: rgb(213,218,150); }

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