#D6D893

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

Shades of Primrose #D6D893

Tints of Primrose #D6D893

Color information

#D6D893 (or 0xD6D893) is unknown color: approx Primrose. HEX triplet: D6, D8 and 93. RGB value is (214,216,147). Sum of RGB (Red+Green+Blue) = 214+216+147=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D893 is #29276C. Grayscale: #CFCFCF. Windows color (decimal): -2697069 or 9689302. OLE color: 9689302.

HSL color Cylindrical-coordinate representation of color #D6D893: hue angle of 61.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6D893 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB214216147-
CMYK0.0100.320.15
HSL61.74º46.94%71.18%-
HSV(B)61.74º31.94%84.71%-
XYZ57.5565.5137.22-
YUV207.5493.84132.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=37.09%
G=37.44%
B=25.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142161470.0100.320.1561.7446.9471.18
HexD6D8931020F3e2f47
Octal3263302231040177657107
Binary1101011011011000100100111010000011111111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D893; }

 p { color: rgb(214,216,147); }

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

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

 a { background-color: rgb(214,216,147); }

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

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

 span { border-color: rgb(214,216,147); }

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