#D9DF8B

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

Shades of Primrose #D9DF8B

Tints of Primrose #D9DF8B

Color information

#D9DF8B (or 0xD9DF8B) is unknown color: approx Primrose. HEX triplet: D9, DF and 8B. RGB value is (217,223,139). Sum of RGB (Red+Green+Blue) = 217+223+139=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF8B is #262074. Grayscale: #D3D3D3. Windows color (decimal): -2498677 or 9166809. OLE color: 9166809.

HSL color Cylindrical-coordinate representation of color #D9DF8B: hue angle of 64.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9DF8B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB217223139-
CMYK0.0300.380.13
HSL64.29º56.76%70.98%-
HSV(B)64.29º37.67%87.45%-
XYZ59.6669.3934.68-
YUV211.6387.01131.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=37.48%
G=38.51%
B=24.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231390.0300.380.1364.2956.7670.98
HexD9DF8B3026D403947
Octal33133721330461510071107
Binary110110011101111110001011110100110110110000001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DF8B; }

 p { color: rgb(217,223,139); }

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

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

 a { background-color: rgb(217,223,139); }

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

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

 span { border-color: rgb(217,223,139); }

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