#D4DB9B

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

Shades of Primrose #D4DB9B

Tints of Primrose #D4DB9B

Color information

#D4DB9B (or 0xD4DB9B) is unknown color: approx Primrose. HEX triplet: D4, DB and 9B. RGB value is (212,219,155). Sum of RGB (Red+Green+Blue) = 212+219+155=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB9B is #2B2464. Grayscale: #D1D1D1. Windows color (decimal): -2827365 or 10214356. OLE color: 10214356.

HSL color Cylindrical-coordinate representation of color #D4DB9B: hue angle of 66.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DB9B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB212219155-
CMYK0.0300.290.14
HSL66.56º47.06%73.33%-
HSV(B)66.56º29.22%85.88%-
XYZ58.467.0340.87-
YUV209.6197.18129.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 219 (85.94% from 255) = 37.37%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=36.18%
G=37.37%
B=26.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191550.0300.290.1466.5647.0673.33
HexD4DB9B301DE432f49
Octal32433323330351610357111
Binary11010100110110111001101111011101111010000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DB9B; }

 p { color: rgb(212,219,155); }

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

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

 a { background-color: rgb(212,219,155); }

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

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

 span { border-color: rgb(212,219,155); }

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