#D6D493

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

Shades of Primrose #D6D493

Tints of Primrose #D6D493

Color information

#D6D493 (or 0xD6D493) is unknown color: approx Primrose. HEX triplet: D6, D4 and 93. RGB value is (214,212,147). Sum of RGB (Red+Green+Blue) = 214+212+147=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D493 is #292B6C. Grayscale: #CDCDCD. Windows color (decimal): -2698093 or 9688278. OLE color: 9688278.

HSL color Cylindrical-coordinate representation of color #D6D493: hue angle of 58.21º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6D493 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214212147-
CMYK00.010.310.16
HSL58.21º44.97%70.78%-
HSV(B)58.21º31.31%83.92%-
XYZ56.5463.4936.88-
YUV205.1995.16134.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=37.35%
G=37.00%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421214700.010.310.1658.2144.9770.78
HexD6D493011F103a2d47
Octal3263242230137207255107
Binary1101011011010100100100110111111100001110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D493; }

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

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

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

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

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

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

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

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