#D5DD9B

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

Shades of Primrose #D5DD9B

Tints of Primrose #D5DD9B

Color information

#D5DD9B (or 0xD5DD9B) is unknown color: approx Primrose. HEX triplet: D5, DD and 9B. RGB value is (213,221,155). Sum of RGB (Red+Green+Blue) = 213+221+155=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD9B is #2A2264. Grayscale: #D3D3D3. Windows color (decimal): -2761317 or 10214869. OLE color: 10214869.

HSL color Cylindrical-coordinate representation of color #D5DD9B: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DD9B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB213221155-
CMYK0.0400.300.13
HSL67.27º49.25%73.73%-
HSV(B)67.27º29.86%86.67%-
XYZ59.2168.2341.06-
YUV211.0896.35129.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 155 (60.94% from 255) = 26.32%
R=36.16%
G=37.52%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211550.0400.300.1367.2749.2573.73
HexD5DD9B401ED43314a
Octal32533523340361510361112
Binary110101011101110110011011100011110110110000111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DD9B; }

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

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

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

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

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

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

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

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