#D8DB92

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

Shades of Primrose #D8DB92

Tints of Primrose #D8DB92

Color information

#D8DB92 (or 0xD8DB92) is unknown color: approx Primrose. HEX triplet: D8, DB and 92. RGB value is (216,219,146). Sum of RGB (Red+Green+Blue) = 216+219+146=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB92 is #27246D. Grayscale: #D2D2D2. Windows color (decimal): -2565230 or 9624536. OLE color: 9624536.

HSL color Cylindrical-coordinate representation of color #D8DB92: hue angle of 62.47º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8DB92 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB216219146-
CMYK0.0100.330.14
HSL62.47º50.34%71.57%-
HSV(B)62.47º33.33%85.88%-
XYZ58.8467.3437.09-
YUV209.7892.01132.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 146 (57.42% from 255) = 25.13%
R=37.18%
G=37.69%
B=25.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162191460.0100.330.1462.4750.3471.57
HexD8DB921021E3e3248
Octal3303332221041167662110
Binary1101100011011011100100101010000111101111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DB92; }

 p { color: rgb(216,219,146); }

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

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

 a { background-color: rgb(216,219,146); }

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

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

 span { border-color: rgb(216,219,146); }

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