#D6DB8E

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

Shades of Primrose #D6DB8E

Tints of Primrose #D6DB8E

Color information

#D6DB8E (or 0xD6DB8E) is unknown color: approx Primrose. HEX triplet: D6, DB and 8E. RGB value is (214,219,142). Sum of RGB (Red+Green+Blue) = 214+219+142=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB8E is #292471. Grayscale: #D1D1D1. Windows color (decimal): -2696306 or 9362390. OLE color: 9362390.

HSL color Cylindrical-coordinate representation of color #D6DB8E: hue angle of 63.9º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6DB8E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB214219142-
CMYK0.0200.350.14
HSL63.9º51.68%70.78%-
HSV(B)63.9º35.16%85.88%-
XYZ57.9566.9135.45-
YUV208.7390.34131.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 142 (55.86% from 255) = 24.70%
R=37.22%
G=38.09%
B=24.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191420.0200.350.1463.951.6870.78
HexD6DB8E2023E403447
Octal32633321620431610064107
Binary110101101101101110001110100100011111010000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB8E; }

 p { color: rgb(214,219,142); }

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

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

 a { background-color: rgb(214,219,142); }

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

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

 span { border-color: rgb(214,219,142); }

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