#D7DF8B

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

Shades of Primrose #D7DF8B

Tints of Primrose #D7DF8B

Color information

#D7DF8B (or 0xD7DF8B) is unknown color: approx Primrose. HEX triplet: D7, DF and 8B. RGB value is (215,223,139). Sum of RGB (Red+Green+Blue) = 215+223+139=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF8B is #282074. Grayscale: #D3D3D3. Windows color (decimal): -2629749 or 9166807. OLE color: 9166807.

HSL color Cylindrical-coordinate representation of color #D7DF8B: hue angle of 65.71º 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 #D7DF8B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB215223139-
CMYK0.0400.380.13
HSL65.71º56.76%70.98%-
HSV(B)65.71º37.67%87.45%-
XYZ59.0769.0934.65-
YUV211.0387.35130.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 139 (54.69% from 255) = 24.09%
R=37.26%
G=38.65%
B=24.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231390.0400.380.1365.7156.7670.98
HexD7DF8B4026D423947
Octal32733721340461510271107
Binary1101011111011111100010111000100110110110000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DF8B; }

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

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

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

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

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

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

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

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