#D4DB97

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

Shades of Primrose #D4DB97

Tints of Primrose #D4DB97

Color information

#D4DB97 (or 0xD4DB97) is unknown color: approx Primrose. HEX triplet: D4, DB and 97. RGB value is (212,219,151). Sum of RGB (Red+Green+Blue) = 212+219+151=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB97 is #2B2468. Grayscale: #D1D1D1. Windows color (decimal): -2827369 or 9952212. OLE color: 9952212.

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

Color convert

RGB212219151-
CMYK0.0300.310.14
HSL66.18º48.57%72.55%-
HSV(B)66.18º31.05%85.88%-
XYZ58.0766.8939.13-
YUV209.1695.18130.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 151 (59.38% from 255) = 25.95%
R=36.43%
G=37.63%
B=25.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191510.0300.310.1466.1848.5772.55
HexD4DB97301FE423149
Octal32433322730371610261111
Binary11010100110110111001011111011111111010000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DB97; }

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

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

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

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

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

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

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

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