#D5DA9B

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

Shades of Primrose #D5DA9B

Tints of Primrose #D5DA9B

Color information

#D5DA9B (or 0xD5DA9B) is unknown color: approx Primrose. HEX triplet: D5, DA and 9B. RGB value is (213,218,155). Sum of RGB (Red+Green+Blue) = 213+218+155=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA9B is #2A2564. Grayscale: #D1D1D1. Windows color (decimal): -2762085 or 10214101. OLE color: 10214101.

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

Color convert

RGB213218155-
CMYK0.0200.290.15
HSL64.76º45.99%73.14%-
HSV(B)64.76º28.9%85.49%-
XYZ58.4366.6640.8-
YUV209.3297.34130.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=36.35%
G=37.20%
B=26.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181550.0200.290.1564.7645.9973.14
HexD5DA9B201DF412e49
Octal32533223320351710156111
Binary11010101110110101001101110011101111110000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA9B; }

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

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

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

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

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

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

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

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