#D5DB98

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

Shades of Primrose #D5DB98

Tints of Primrose #D5DB98

Color information

#D5DB98 (or 0xD5DB98) is unknown color: approx Primrose. HEX triplet: D5, DB and 98. RGB value is (213,219,152). Sum of RGB (Red+Green+Blue) = 213+219+152=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DB98 is #2A2467. Grayscale: #D1D1D1. Windows color (decimal): -2761832 or 10017749. OLE color: 10017749.

HSL color Cylindrical-coordinate representation of color #D5DB98: hue angle of 65.37º degrees, saturation: 0.48, 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 #D5DB98 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB213219152-
CMYK0.0300.310.14
HSL65.37º48.2%72.75%-
HSV(B)65.37º30.59%85.88%-
XYZ58.4467.0839.57-
YUV209.5795.51130.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.47%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=36.47%
G=37.5%
B=26.03%

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
Decimal2132191520.0300.310.1465.3748.272.75
HexD5DB98301FE413049
Octal32533323030371610160111
Binary11010101110110111001100011011111111010000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DB98; }

 p { color: rgb(213,219,152); }

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

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

 a { background-color: rgb(213,219,152); }

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

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

 span { border-color: rgb(213,219,152); }

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