#D9DB83

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

Shades of Primrose #D9DB83

Tints of Primrose #D9DB83

Color information

#D9DB83 (or 0xD9DB83) is unknown color: approx Primrose. HEX triplet: D9, DB and 83. RGB value is (217,219,131). Sum of RGB (Red+Green+Blue) = 217+219+131=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB83 is #26247C. Grayscale: #D0D0D0. Windows color (decimal): -2499709 or 8641497. OLE color: 8641497.

HSL color Cylindrical-coordinate representation of color #D9DB83: hue angle of 61.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DB83 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB217219131-
CMYK0.0100.400.14
HSL61.36º55%68.63%-
HSV(B)61.36º40.18%85.88%-
XYZ58.0467.0531.36-
YUV208.3784.34134.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=38.27%
G=38.62%
B=23.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191310.0100.400.1461.365568.63
HexD9DB831028E3d3745
Octal3313332031050167567105
Binary1101100111011011100000111010100011101111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DB83; }

 p { color: rgb(217,219,131); }

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

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

 a { background-color: rgb(217,219,131); }

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

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

 span { border-color: rgb(217,219,131); }

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